From 69ea8169cbc562bda68a46ba00d44c87ffc5a15e Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 25 Jun 2023 08:54:07 +1000 Subject: Strip line end white-space. --- src/ChangeHistory.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ChangeHistory.cxx') diff --git a/src/ChangeHistory.cxx b/src/ChangeHistory.cxx index 09eb51b73..7295f89af 100644 --- a/src/ChangeHistory.cxx +++ b/src/ChangeHistory.cxx @@ -209,7 +209,7 @@ void ChangeLog::SetSavePoint() { } startRun = endRun; } - + for (Sci::Position positionDeletion = 0; positionDeletion <= length;) { const EditionSetOwned &editions = deleteEdition.ValueAt(positionDeletion); if (editions) { -- cgit v1.2.3