(svn r17168) -Codechange: apply coding style to if and while statements
This commit is contained in:
@@ -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. */
|
||||
|
Reference in New Issue
Block a user