aboutsummaryrefslogtreecommitdiff
path: root/test/dw_simple_container.cc
diff options
context:
space:
mode:
authorcorvid <devnull@localhost>2014-08-10 00:00:47 +0000
committercorvid <devnull@localhost>2014-08-10 00:00:47 +0000
commitc43632b2a5b26a96b84e7d7cd8c5f8ecffe4aa32 (patch)
treeb5f1fce42eebbb7f574970f397719aaac8b5f027 /test/dw_simple_container.cc
parent80e8bbb92e7425f4fec454348e0823039a07fac0 (diff)
trim spaces
...now that floats and grows are in the repo and I won't be making Sebastian's life difficult with a bunch of whitespace changes.
Diffstat (limited to 'test/dw_simple_container.cc')
-rw-r--r--test/dw_simple_container.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/dw_simple_container.cc b/test/dw_simple_container.cc
index c4a1aa2a..e19511a6 100644
--- a/test/dw_simple_container.cc
+++ b/test/dw_simple_container.cc
@@ -65,7 +65,7 @@ int SimpleContainer::SimpleContainerIterator::index ()
int SimpleContainer::SimpleContainerIterator::compareTo
(lout::object::Comparable *other)
{
- return index () - ((SimpleContainerIterator*)other)->index ();
+ return index () - ((SimpleContainerIterator*)other)->index ();
}
bool SimpleContainer::SimpleContainerIterator::next ()
@@ -167,7 +167,7 @@ void SimpleContainer::sizeRequestImpl (Requisition *requisition)
child->sizeRequest (&childReq);
else
childReq.width = childReq.ascent = childReq.descent = 0;
-
+
requisition->width = childReq.width + boxDiffWidth ();
requisition->ascent = childReq.ascent + boxOffsetY ();
requisition->descent = childReq.descent + boxRestHeight ();