diff options
Diffstat (limited to 'src/group_gui.cpp')
-rw-r--r-- | src/group_gui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |