summaryrefslogtreecommitdiff
path: root/src/station_cmd.cpp
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-01-11 16:38:36 +0100
committerErich Eckner <git@eckner.net>2022-01-16 21:58:17 +0100
commitae85fb7f511b71d7443161bfd3560d7d2ef67c11 (patch)
treef2aa1d8b9de64491630a0d7f3902d48e9f2b0218 /src/station_cmd.cpp
parent5d00438a858bb4a404d2b5d5c6f9d9fa9e58663f (diff)
downloadopenttd-ae85fb7f511b71d7443161bfd3560d7d2ef67c11.tar.xz
fix whitespace errors
Diffstat (limited to 'src/station_cmd.cpp')
-rw-r--r--src/station_cmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/station_cmd.cpp b/src/station_cmd.cpp
index 145d338ac..586302f4b 100644
--- a/src/station_cmd.cpp
+++ b/src/station_cmd.cpp
@@ -2075,7 +2075,7 @@ CommandCost CmdRemoveRoadStop(DoCommandFlag flags, TileIndex tile, uint8 width,
/* Это территория удаления остановок (НЕ самих остановок) */
TileArea roadstop_area(TopTile(tile), width, height);
-
+
/* TileArea is top finite area */
assert(IsTopTile(roadstop_area.tile));
assert(roadstop_area.IsFinite());