summaryrefslogtreecommitdiff
path: root/src/highlighters.cc
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2024-06-23 11:03:50 +1000
committerMaxime Coste <mawww@kakoune.org>2024-06-23 11:03:50 +1000
commit4a00a6edead9f35ebc5f538cefc35c778e2dbe49 (patch)
tree41433eff8374605168ddb13a88de5f12f05ed613 /src/highlighters.cc
parent6493ddad421bf5376165af5c0f5ab6fe31d77035 (diff)
Fix trailing whitespaces
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);
}