(svn r17131) -Codechange: apply coding style to some switch statements

This commit is contained in:
smatz
2009-08-09 14:40:34 +00:00
parent 05a65dcc12
commit e707c82412
7 changed files with 10 additions and 10 deletions

View File

@@ -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();