aboutsummaryrefslogtreecommitdiff
path: root/dw/selection.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dw/selection.cc')
-rw-r--r--dw/selection.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/selection.cc b/dw/selection.cc
index 1552e80e..64a0b526 100644
--- a/dw/selection.cc
+++ b/dw/selection.cc
@@ -344,8 +344,8 @@ int SelectionState::correctCharPos (DeepIterator *it, int charPos)
return misc::min(charPos, len);
}
-void SelectionState::highlight0 (bool fl, DeepIterator *from, int fromChar,
- DeepIterator *to, int toChar, int dir)
+void SelectionState::highlight0 (bool fl, DeepIterator *from, int fromChar,
+ DeepIterator *to, int toChar, int dir)
{
DeepIterator *a, *b, *i;
int cmp, aChar, bChar;