From f6bc0ea88ffc93459eba56a1f1872099500405a0 Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 16 Mar 2018 16:57:06 +1100 Subject: Backport: Remove line-end white space. Backport of changeset 6625:2dd6b8049c4e. --- src/Selection.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Selection.cxx') diff --git a/src/Selection.cxx b/src/Selection.cxx index a45adcf51..f6e4bdad0 100644 --- a/src/Selection.cxx +++ b/src/Selection.cxx @@ -296,7 +296,7 @@ void Selection::MovePositions(bool insertion, Sci::Position startChange, Sci::Po } if (selType == selRectangle) { rangeRectangular.MoveForInsertDelete(insertion, startChange, length); - } + } } void Selection::TrimSelection(SelectionRange range) { -- cgit v1.2.3