(svn r241) -Fix: Trailing spaces :O
authordarkvater
Mon, 13 Sep 2004 23:43:54 +0000
changeset 240 f1efbac04112
parent 239 23958632a582
child 241 e6e62a5e7f52
(svn r241) -Fix: Trailing spaces :O
economy.c
economy.h
graph_gui.c
namegen.c
strings.c
ttd.h
--- a/economy.c	Mon Sep 13 22:49:11 2004 +0000
+++ b/economy.c	Mon Sep 13 23:43:54 2004 +0000
@@ -897,7 +897,7 @@
 	Pair pair;
 
 	// search the first free subsidy
-	for(s=_subsidies; s != endof(_subsidies); s++) 
+	for(s=_subsidies; s != endof(_subsidies); s++)
 		if (s->cargo_type == 0xFF)
 			break;
 
@@ -907,7 +907,6 @@
 	AddNewsItem(STR_2030_SERVICE_SUBSIDY_OFFERED, NEWS_FLAGS(NM_NORMAL, NF_TILE, NT_SUBSIDIES, 0), pair.a, pair.b);
 
 	InvalidateWindow(WC_SUBSIDIES_LIST, 0);
-
 }
 
 static void SubsidyMonthlyHandler()
--- a/economy.h	Mon Sep 13 22:49:11 2004 +0000
+++ b/economy.h	Mon Sep 13 23:43:54 2004 +0000
@@ -70,7 +70,7 @@
 Pair SetupSubsidyDecodeParam(Subsidy *s, bool mode);
 void DeleteSubsidyWithIndustry(byte index);
 void DeleteSubsidyWithStation(byte index);
-void RemoteSubsidyAdd(Subsidy *s_new); 
+void RemoteSubsidyAdd(Subsidy *s_new);
 
 int32 GetTransportedGoodsIncome(uint num_pieces, uint dist, byte transit_days, byte cargo_type);
 uint MoveGoodsToStation(uint tile, int w, int h, int type, uint amount);
--- a/graph_gui.c	Mon Sep 13 22:49:11 2004 +0000
+++ b/graph_gui.c	Mon Sep 13 23:43:54 2004 +0000
@@ -51,7 +51,7 @@
 	int64 cur_val;
 	uint sel;
 
-	/* the colors and cost array of GraphDrawer must accomodate 
+	/* the colors and cost array of GraphDrawer must accomodate
 	 * both values for cargo and players. So if any are higher, quit */
 	assert(GRAPH_NUM >= NUM_CARGO && GRAPH_NUM >= MAX_PLAYERS);
 
--- a/namegen.c	Mon Sep 13 22:49:11 2004 +0000
+++ b/namegen.c	Mon Sep 13 23:43:54 2004 +0000
@@ -1886,7 +1886,7 @@
 	AppendPart(&buf, GETNUM(0, NUM_ROMANIAN_1), romanian_1);
 	return 0;	
 }
- 
+
 #define NUM_SLOVAKISH_1 87
 static const char slovakish_1[] =
 MK("Bratislava")
--- a/strings.c	Mon Sep 13 22:49:11 2004 +0000
+++ b/strings.c	Mon Sep 13 23:43:54 2004 +0000
@@ -72,7 +72,7 @@
 	{ 50,  ',', 0,              "",     " Kc" },
 	{ 130, '.', 0,              "",     " kr" },
 	{ 11,  '.', 0,              "",     " kr" },
-	{ 6,   '.', 0,              "",     " Lei" }, 
+	{ 6,   '.', 0,              "",     " Lei" },
 	{ 2,   ',', CF_ISEURO,      "€",    "" },
 };
 
--- a/ttd.h	Mon Sep 13 22:49:11 2004 +0000
+++ b/ttd.h	Mon Sep 13 23:43:54 2004 +0000
@@ -484,7 +484,7 @@
 	SPECSTR_TOWNNAME_HUNGARIAN,
  	SPECSTR_TOWNNAME_AUSTRIAN,
   SPECSTR_TOWNNAME_ROMANIAN,
-  SPECSTR_TOWNNAME_LAST = SPECSTR_TOWNNAME_ROMANIAN, 
+  SPECSTR_TOWNNAME_LAST = SPECSTR_TOWNNAME_ROMANIAN,
 
 	// special strings for player names on the form "TownName transport".
 	SPECSTR_PLAYERNAME_START = 0x70EA,