aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/reader.cpp
diff options
context:
space:
mode:
authorGravatar Aaron Gyes <me@aaron.gy>2016-06-23 22:44:58 -0700
committerGravatar Aaron Gyes <me@aaron.gy>2016-06-23 22:48:45 -0700
commit0d6bdb38e62ec434cf9ee861e66428370c96bd5a (patch)
tree150c932ecfcc83a06765df3d45bc391a5cafc351 /src/reader.cpp
parent02cef2da23b022cf2703fdf856fdf00b452d67fb (diff)
Style fixes.
Diffstat (limited to 'src/reader.cpp')
-rw-r--r--src/reader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reader.cpp b/src/reader.cpp
index 3306255e..43f942f7 100644
--- a/src/reader.cpp
+++ b/src/reader.cpp
@@ -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);