aboutsummaryrefslogtreecommitdiff
path: root/dw/findtext.cc
diff options
context:
space:
mode:
authorcorvid <devnull@localhost>2014-12-21 21:07:41 +0000
committercorvid <devnull@localhost>2014-12-21 21:07:41 +0000
commit5eb74aa36fd7d0448ac740c2a35fd6d485c27aba (patch)
tree6088a7ad2b4a9a682f266908357a84a2a06679c7 /dw/findtext.cc
parent79d3db9a8d5d1cc4e89954aefd2194f61aac45d9 (diff)
trim some spaces
Diffstat (limited to 'dw/findtext.cc')
-rw-r--r--dw/findtext.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/findtext.cc b/dw/findtext.cc
index e9384917..94b963ea 100644
--- a/dw/findtext.cc
+++ b/dw/findtext.cc
@@ -221,7 +221,7 @@ bool FindtextState::unhighlight ()
return false;
}
-bool FindtextState::search0 (bool backwards, bool firstTrial)
+bool FindtextState::search0 (bool backwards, bool firstTrial)
{
if (iterator->getChar () == CharIterator::END)
return false;