From e0b3b1ffe749c46a0c1999984919f61d52ae03fe Mon Sep 17 00:00:00 2001 From: frosch Date: Sat, 25 Sep 2010 19:13:25 +0000 Subject: [PATCH] (svn r20846) -Fix: some whitespace. --- src/lang/irish.txt | 2 +- src/os/windows/crashlog_win.cpp | 2 +- src/signs_gui.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lang/irish.txt b/src/lang/irish.txt index 770cd9aa0d..19be665ed9 100644 --- a/src/lang/irish.txt +++ b/src/lang/irish.txt @@ -2193,7 +2193,7 @@ STR_LAI_RAIL_DESCRIPTION_TRACK_WITH_NORMAL_EXITSIGNALS :Ráille iarnró 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 diff --git a/src/os/windows/crashlog_win.cpp b/src/os/windows/crashlog_win.cpp index cdadb27dae..a975603dd5 100644 --- a/src/os/windows/crashlog_win.cpp +++ b/src/os/windows/crashlog_win.cpp @@ -437,7 +437,7 @@ char *CrashLogWindows::AppendDecodedStacktrace(char *buffer, const char *last) c 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 diff --git a/src/signs_gui.cpp b/src/signs_gui.cpp index 79a5580cd4..45564cc99d 100644 --- a/src/signs_gui.cpp +++ b/src/signs_gui.cpp @@ -350,7 +350,7 @@ struct SignListWindow : QueryStringBaseWindow, SignList { virtual void OnMouseLoop() { this->HandleEditBox(SLW_FILTER_TEXT); - } + } virtual void OnInvalidateData(int data)