(svn r20281) -Codechange: unify case scope closure + break coding style
This commit is contained in:
@@ -806,7 +806,8 @@ public:
|
||||
y += this->resize.step_height;
|
||||
if (++n == this->vscroll.GetCapacity()) break; // max number of towns in 1 window
|
||||
}
|
||||
} break;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user