aboutsummaryrefslogtreecommitdiff
path: root/dw/selection.cc
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2012-10-30 01:37:29 +0000
committercorvid <corvid@lavabit.com>2012-10-30 01:37:29 +0000
commit0c62630e68c0d6376ee04f163d48315c725ecf5c (patch)
tree531d9810b92777b88dcc9acca7e5a6eb0c23cbb6 /dw/selection.cc
parentef54550e4823fbd1536473baa8a30dcb6beec56f (diff)
trim some spaces
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;