summaryrefslogtreecommitdiffstats
path: root/Modules/NSIS.template.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2012-08-14 11:43:11 (GMT)
committerBrad King <brad.king@kitware.com>2012-08-14 12:05:41 (GMT)
commit6c2c483ef9ca8e7238df07b6230e714c314e40eb (patch)
tree7084746258eb88abc564ff3c82978ea12e92d4ac /Modules/NSIS.template.in
parent9db3116226cb99fcf54e936c833953abcde9b729 (diff)
downloadCMake-6c2c483ef9ca8e7238df07b6230e714c314e40eb.zip
CMake-6c2c483ef9ca8e7238df07b6230e714c314e40eb.tar.gz
CMake-6c2c483ef9ca8e7238df07b6230e714c314e40eb.tar.bz2
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.
Diffstat (limited to 'Modules/NSIS.template.in')
-rw-r--r--Modules/NSIS.template.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/NSIS.template.in b/Modules/NSIS.template.in
index 7adfe14..9e8a6d9 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: