(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

@@ -618,7 +618,7 @@ public:
virtual void DrawWidget(const Rect &r, int widget) const
{
switch(widget) {
switch (widget) {
case TDW_SORTNAME:
if (this->towns.SortType() == 0) this->DrawSortButtonState(widget, this->towns.IsDescSortOrder() ? SBS_DOWN : SBS_UP);
break;