diff options
author | corvid <corvid@lavabit.com> | 2012-10-30 01:37:29 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2012-10-30 01:37:29 +0000 |
commit | 0c62630e68c0d6376ee04f163d48315c725ecf5c (patch) | |
tree | 531d9810b92777b88dcc9acca7e5a6eb0c23cbb6 /dw/selection.cc | |
parent | ef54550e4823fbd1536473baa8a30dcb6beec56f (diff) |
trim some spaces
Diffstat (limited to 'dw/selection.cc')
-rw-r--r-- | dw/selection.cc | 4 |
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; |