aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Selection.cxx
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2018-03-16 16:57:06 +1100
committerNeil <nyamatongwe@gmail.com>2018-03-16 16:57:06 +1100
commit191d250adfd9d50846db5350641d279cad39c325 (patch)
tree745391be4a4c56cf6823da5ac840b912ef83557d /src/Selection.cxx
parent601277bddb0a4d871b8ab90e88b5d7dfde3ec2a3 (diff)
downloadscintilla-mirror-191d250adfd9d50846db5350641d279cad39c325.tar.gz
Remove line-end white space.
Diffstat (limited to 'src/Selection.cxx')
-rw-r--r--src/Selection.cxx2
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) {