summaryrefslogtreecommitdiff
path: root/dw/iterator.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dw/iterator.cc')
-rw-r--r--dw/iterator.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/iterator.cc b/dw/iterator.cc
index 18d62a49..0edb580b 100644
--- a/dw/iterator.cc
+++ b/dw/iterator.cc
@@ -558,7 +558,7 @@ DeepIterator::DeepIterator (Iterator *it)
//printf ("Starting with: ");
//it->print ();
//printf ("\n");
-
+
// Construct the iterators.
int thisLevel = getRespectiveLevel (it->getWidget()), level;
Widget *w;
@@ -632,7 +632,7 @@ int DeepIterator::compareTo (object::Comparable *other)
assert (stack.size() > 0);
assert (otherDeepIterator->stack.size() > 0);
-
+
//printf ("Equal? The %s %p (of %p) and the %s %p (of %p)?\n",
// stack.get(0)->getWidget()->getClassName(),
// stack.get(0)->getWidget(), this,