From e707c824126ff8de5903d7c94f332d670529318a Mon Sep 17 00:00:00 2001 From: smatz Date: Sun, 9 Aug 2009 14:40:34 +0000 Subject: (svn r17131) -Codechange: apply coding style to some switch statements --- src/group_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/group_gui.cpp') diff --git a/src/group_gui.cpp b/src/group_gui.cpp index 9ac433d69..d4dad4f09 100644 --- a/src/group_gui.cpp +++ b/src/group_gui.cpp @@ -427,7 +427,7 @@ public: virtual void OnClick(Point pt, int widget) { - switch(widget) { + switch (widget) { case GRP_WIDGET_SORT_BY_ORDER: // Flip sorting method ascending/descending this->vehicles.ToggleSortOrder(); this->SetDirty(); -- cgit v1.2.3-54-g00ecf