changeset 16150:bf70498c9e20 draft

(svn r20846) -Fix: some whitespace.
author frosch <frosch@openttd.org>
date Sat, 25 Sep 2010 19:13:25 +0000
parents f194cfce83f5
children 97bc1bfb8161
files src/lang/irish.txt src/os/windows/crashlog_win.cpp src/signs_gui.cpp
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/lang/irish.txt
+++ b/src/lang/irish.txt
@@ -2193,7 +2193,7 @@
 STR_LAI_RAIL_DESCRIPTION_TRACK_WITH_NORMAL_COMBOSIGNALS         :Ráille iarnróid le comharthaí bloic agus teaglama
 STR_LAI_RAIL_DESCRIPTION_TRACK_WITH_NORMAL_PBSSIGNALS           :Ráille iarnróid le comharthaí bloic agus cosán
 STR_LAI_RAIL_DESCRIPTION_TRACK_WITH_NORMAL_NOENTRYSIGNALS       :Ráille iarnróid le comharthaí bloic agus cosán aonbhealaigh
-STR_LAI_RAIL_DESCRIPTION_TRACK_WITH_PRE_EXITSIGNALS             :Ráille iarnróid le comharthaí réamh-chomharthaí 	agus comharthaí amach
+STR_LAI_RAIL_DESCRIPTION_TRACK_WITH_PRE_EXITSIGNALS             :Ráille iarnróid le comharthaí réamh-chomharthaí agus comharthaí amach
 STR_LAI_RAIL_DESCRIPTION_TRACK_WITH_PRE_COMBOSIGNALS            :Ráille iarnróid le comharthaí réamh-chomharthaí agus comharthaí teaglama
 STR_LAI_RAIL_DESCRIPTION_TRACK_WITH_PRE_PBSSIGNALS              :Ráille iarnróid le comharthaí réamh-chomharthaí agus comharthaí cosán
 STR_LAI_RAIL_DESCRIPTION_TRACK_WITH_PRE_NOENTRYSIGNALS          :Ráille iarnróid le comharthaí réamh-chomharthaí agus comharthaí cosán aonbhealaigh
--- a/src/os/windows/crashlog_win.cpp
+++ b/src/os/windows/crashlog_win.cpp
@@ -437,7 +437,7 @@
 		proc.pSymCleanup(hCur);
 	}
 
-	return 	buffer + seprintf(buffer, last, "\n*** End of additional info ***\n");
+	return buffer + seprintf(buffer, last, "\n*** End of additional info ***\n");
 }
 
 /* virtual */ int CrashLogWindows::WriteCrashDump(char *filename, const char *filename_last) const
--- a/src/signs_gui.cpp
+++ b/src/signs_gui.cpp
@@ -350,7 +350,7 @@
 	virtual void OnMouseLoop()
 	{
 		this->HandleEditBox(SLW_FILTER_TEXT);
- 	}
+	}
 
 
 	virtual void OnInvalidateData(int data)