summaryrefslogtreecommitdiff
path: root/town_gui.c
diff options
context:
space:
mode:
authordominik <dominik@openttd.org>2004-08-23 21:12:51 +0000
committerdominik <dominik@openttd.org>2004-08-23 21:12:51 +0000
commit4c0f46b5c75e30e4ccc2592b11ad747d34b645bb (patch)
treed0ba181eac24f1e7de11bb759645ceef50cb0ba8 /town_gui.c
parent770f86bbbe89401ddae8518910a6875af65c0ac3 (diff)
downloadopenttd-4c0f46b5c75e30e4ccc2592b11ad747d34b645bb.tar.xz
(svn r123) Fixed some indentions... btw credits for the last commit go to Celestar
Diffstat (limited to 'town_gui.c')
-rw-r--r--town_gui.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/town_gui.c b/town_gui.c
index 6a9a284c5..7f74e2640 100644
--- a/town_gui.c
+++ b/town_gui.c
@@ -105,7 +105,7 @@ static void TownAuthorityWndProc(Window *w, WindowEvent *e)
DrawWindowWidgets(w);
DrawString(2, 15, STR_2023_TRANSPORT_COMPANY_RATINGS, 0);
-
+
// Draw list of players
y = 25;
FOR_ALL_PLAYERS(p) {
@@ -158,7 +158,7 @@ static void TownAuthorityWndProc(Window *w, WindowEvent *e)
}
}
}
-
+
{
int i;
if ((i=WP(w,def_d).data_1) != -1) {