summaryrefslogtreecommitdiff
path: root/src/highlighters.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/highlighters.cc')
-rw-r--r--src/highlighters.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/highlighters.cc b/src/highlighters.cc
index 1962f119..86985084 100644
--- a/src/highlighters.cc
+++ b/src/highlighters.cc
@@ -1050,7 +1050,7 @@ private:
if (column % indentwidth == 0 and column != 0) {
atom_it->replace(m_indent);
face = indentface;
- }
+ }
else {
atom_it->replace(m_spc);
}