From 49bc7f8767c2b59084d2be14f0beecd6f8ba4bd5 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Sun, 27 Apr 2014 12:23:46 +0100 Subject: [PATCH] minor formatting cleanup --- src/highlighters.cc | 4 ++-- 1 file 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()) {