From 3279a7c9a26242f5f0a8e4b41ae6e2d9e24ee169 Mon Sep 17 00:00:00 2001 From: tron Date: Sat, 15 Jan 2005 08:58:31 +0000 Subject: (svn r1520) Trim 134 (!) lines with trailing whitespace ): --- train_gui.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'train_gui.c') diff --git a/train_gui.c b/train_gui.c index 4b28d3257..7447fb558 100644 --- a/train_gui.c +++ b/train_gui.c @@ -358,7 +358,7 @@ static void DrawTrainDepotWindow(Window *w) /* Draw the train number */ SetDParam(0, v->unitnumber); DrawString(x, y, (v->max_age - 366 < v->age) ? STR_00E3 : STR_00E2, 0); - + /*Draw the train counter */ i = 0; u = v; @@ -366,7 +366,7 @@ static void DrawTrainDepotWindow(Window *w) SetDParam(0, i); //Set the counter i = (w->hscroll.cap * 29) + (x + 26); //Calculate position of text according to window size DrawStringCentered(i, y+5, STR_TINY_BLACK, 0); //Draw the counter - + /* Draw the pretty flag */ DrawSprite(v->vehstatus&VS_STOPPED ? 0xC12 : 0xC13, x+15, y); @@ -384,7 +384,7 @@ static void DrawTrainDepotWindow(Window *w) DrawTrainImage(v, x+50, y, w->hscroll.cap - 1, 0, WP(w,traindepot_d).sel); DrawString(x, y+2, STR_8816, 0); - + /*Draw the train counter */ i = 0; u = v; -- cgit v1.2.3-54-g00ecf