aboutsummaryrefslogtreecommitdiff
path: root/dw/layout.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 /dw/layout.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 'dw/layout.cc')
-rw-r--r--dw/layout.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/dw/layout.cc b/dw/layout.cc
index 82a21f57..e8907d21 100644
--- a/dw/layout.cc
+++ b/dw/layout.cc
@@ -348,7 +348,7 @@ Layout::~Layout ()
}
void Layout::detachWidget (Widget *widget)
-{
+{
// Called form ~Layout. Sometimes, the widgets (not only the toplevel widget)
// do some stuff after the layout has been deleted, so *all* widgets have to
// be detached, and check "layout != NULL" at relevant points.
@@ -849,7 +849,7 @@ void Layout::setBgImage (style::StyleImage *bgImage,
void Layout::resizeIdle ()
{
DBG_OBJ_ENTER0 ("resize", 0, "resizeIdle");
-
+
enterResizeIdle ();
//static int calls = 0;
@@ -904,7 +904,7 @@ void Layout::resizeIdle ()
// toplevel widget is not affected, are filtered out some lines
// above: "if (topLevel && topLevel->needsResize ())".)
assert (topLevel->needsAllocate ());
-
+
allocation.x = allocation.y = 0;
allocation.width = requisition.width;
allocation.ascent = requisition.ascent;