aboutsummaryrefslogtreecommitdiff
path: root/dw/findtext.hh
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2009-02-09 14:56:31 -0300
committerJorge Arellano Cid <jcid@dillo.org>2009-02-09 14:56:31 -0300
commite32686c10a4f4fe7c34b181845220b5c491f32fb (patch)
treec090052c311a3a1732d03dc17fe357f97437b397 /dw/findtext.hh
parent74f64426001a693759e47963f99965e0e6ee847d (diff)
whitespace cleanup: 's/ +$//g'
Diffstat (limited to 'dw/findtext.hh')
-rw-r--r--dw/findtext.hh10
1 files changed, 5 insertions, 5 deletions
diff --git a/dw/findtext.hh b/dw/findtext.hh
index 83d22bd3..3a4ab2a7 100644
--- a/dw/findtext.hh
+++ b/dw/findtext.hh
@@ -48,19 +48,19 @@ private:
* dw::core::Findtext::widget
*/
Widget *widget;
-
+
/** \brief The position from where the next search will start. */
CharIterator *iterator;
/**
* \brief The position from where the characters are highlighted.
- *
+ *
* NULL, when no text is highlighted.
*/
- CharIterator *hlIterator;
-
+ CharIterator *hlIterator;
+
static const char* rev(const char* _str); /* Function to reverse a C-string */
-
+
static int *createNexttab (const char *needle, bool caseSens, bool backwards);
bool unhighlight ();
bool search0 (bool backwards, bool firstTrial);