From 6c2c483ef9ca8e7238df07b6230e714c314e40eb Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 14 Aug 2012 07:43:11 -0400 Subject: [PATCH] Remove trailing TAB from NSIS.template.in This was missed by commit 7bbaa428 (Remove trailing whitespace from most CMake and C/C++ code, 2012-08-13) which only removed trailing spaces, not TABs. --- Modules/NSIS.template.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/NSIS.template.in b/Modules/NSIS.template.in index 7adfe1481..9e8a6d94f 100644 --- a/Modules/NSIS.template.in +++ b/Modules/NSIS.template.in @@ -481,7 +481,7 @@ Loop: StrCmp "$R2" "$\r" RTrim StrCmp "$R2" ";" RTrim GoTo Done -RTrim: +RTrim: StrCpy $R1 "$R1" -1 Goto Loop Done: