(svn r17168) -Codechange: apply coding style to if and while statements

This commit is contained in:
smatz
2009-08-14 17:11:59 +00:00
parent 9c77b0ce5d
commit d64bdb138c
9 changed files with 10 additions and 10 deletions

View File

@@ -1104,7 +1104,7 @@ void NWidgetCore::StoreWidgets(Widget *widgets, int length, bool left_moving, bo
/* Compute vertical resizing. */
if (top_moving) {
flags |= RESIZE_TB; // Only 1 widget can resize in the widget array.
} else if(this->resize_y > 0) {
} else if (this->resize_y > 0) {
flags |= RESIZE_BOTTOM;
}
/* Compute horizontal resizing. */