From 5a75bc307318c1cf04f66390299792b87f37ff97 Mon Sep 17 00:00:00 2001 From: Neil Date: Tue, 9 Aug 2022 16:02:28 +1000 Subject: Fix indentation. --- src/Decoration.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Decoration.cxx b/src/Decoration.cxx index a26eecd1c..f2e564254 100644 --- a/src/Decoration.cxx +++ b/src/Decoration.cxx @@ -187,7 +187,7 @@ FillResult DecorationList::FillRange(Sci::Position position, // Converting result from POS to Sci::Position as callers not polymorphic. const FillResult frInPOS = current->rs.FillRange(static_cast(position), value, static_cast(fillLength)); const FillResult fr { frInPOS.changed, frInPOS.position, frInPOS.fillLength }; - if (current->Empty()) { + if (current->Empty()) { Delete(currentIndicator); } return fr; -- cgit v1.2.3