Ran script to remove trailing spaces and tabs

This commit is contained in:
Robert Osfield
2012-03-21 17:36:20 +00:00
parent 1e35f8975d
commit 14a563dc9f
1495 changed files with 21873 additions and 21873 deletions

View File

@@ -111,7 +111,7 @@ void Box::_resizeImplementation(point_type w, point_type h) {
widget->setOrigin(xoff, 0.0f);
// Immediately reset our xoff for the next iteration.
if(_uniform) {
if(_uniform) {
_positionWidget(widget, maxWidth, maxHeight);
xadd = maxWidth;
@@ -178,7 +178,7 @@ Window::Sizes Box::_getHeightImplementation() const {
_getMaxWidgetHeightTotal() * size(),
_getMaxWidgetMinHeightTotal() * size()
);
else return Sizes(
_accumulate<Plus>(&Widget::getHeightTotal),
_accumulate<Plus>(&Widget::getMinHeightTotal)