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.
This commit is contained in:
Brad King 2012-08-14 07:43:11 -04:00
parent 9db3116226
commit 6c2c483ef9
1 changed files with 1 additions and 1 deletions

View File

@ -481,7 +481,7 @@ Loop:
StrCmp "$R2" "$\r" RTrim
StrCmp "$R2" ";" RTrim
GoTo Done
RTrim:
RTrim:
StrCpy $R1 "$R1" -1
Goto Loop
Done: