Style fixes.

This commit is contained in:
Aaron Gyes
2016-06-23 22:44:58 -07:00
parent 02cef2da23
commit 0d6bdb38e6
8 changed files with 20 additions and 19 deletions

View File

@@ -2176,7 +2176,7 @@ static int threaded_highlight(background_highlight_context_t *ctx) {
/// an asynchronous highlight in the background, which may perform disk I/O.
static void reader_super_highlight_me_plenty(int match_highlight_pos_adjust, bool no_io) {
const editable_line_t *el = &data->command_line;
assert (el != NULL);
assert(el != NULL);
long match_highlight_pos = (long)el->position + match_highlight_pos_adjust;
assert(match_highlight_pos >= 0);