From c5533ae4708d85dcdff8e53515e17ab593f7f361 Mon Sep 17 00:00:00 2001 From: smatz Date: Fri, 14 Aug 2009 17:11:59 +0000 Subject: (svn r17168) -Codechange: apply coding style to if and while statements --- src/widget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widget.cpp') diff --git a/src/widget.cpp b/src/widget.cpp index 54ac5db72..4ac79afa2 100644 --- a/src/widget.cpp +++ b/src/widget.cpp @@ -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. */ -- cgit v1.2.3-54-g00ecf