From 4a00a6edead9f35ebc5f538cefc35c778e2dbe49 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Sun, 23 Jun 2024 11:03:50 +1000 Subject: Fix trailing whitespaces --- src/highlighters.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/highlighters.cc') 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); } -- cgit v1.2.3