diff options
Diffstat (limited to 'src/Selection.cxx')
-rw-r--r-- | src/Selection.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |