diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2014-04-27 12:23:46 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2014-04-27 12:37:58 +0100 |
| commit | 49bc7f8767c2b59084d2be14f0beecd6f8ba4bd5 (patch) | |
| tree | bf9590233e5a407e10ea3235a05645f35f9a6723 /src | |
| parent | 919f121cef330c701c5f23be0594892605f4c927 (diff) | |
minor formatting cleanup
Diffstat (limited to 'src')
| -rw-r--r-- | src/highlighters.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/highlighters.cc b/src/highlighters.cc index 3b609156..e56dd108 100644 --- a/src/highlighters.cc +++ b/src/highlighters.cc @@ -711,8 +711,8 @@ private: for (auto it = ins_pos; it != matches.end(); ++it) { auto modif_it = std::lower_bound(modifs.begin(), modifs.end(), it->line, - [](const LineModification& c, const LineCount& l) - { return c.old_line < l; }); + [](const LineModification& c, const LineCount& l) + { return c.old_line < l; }); bool erase = false; if (modif_it != modifs.begin()) { |
