(svn r10684) -Codechange: some more coding style related changes. Primarily moving { to a new line.

This commit is contained in:
rubidium
2007-07-25 00:16:30 +00:00
parent e640900e8a
commit b290268645
9 changed files with 49 additions and 42 deletions

View File

@@ -786,7 +786,8 @@ static void DrawStationCoverageText(const AcceptedCargo accepts,
DrawStringMultiLine(str_x, str_y, STR_SPEC_USERSTRING, 144);
}
void DrawStationCoverageAreaText(int sx, int sy, StationCoverageType sct, int rad) {
void DrawStationCoverageAreaText(int sx, int sy, StationCoverageType sct, int rad)
{
TileIndex tile = TileVirtXY(_thd.pos.x, _thd.pos.y);
AcceptedCargo accepts;
if (tile < MapSize()) {