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:
parent
9db3116226
commit
6c2c483ef9
|
@ -481,7 +481,7 @@ Loop:
|
||||||
StrCmp "$R2" "$\r" RTrim
|
StrCmp "$R2" "$\r" RTrim
|
||||||
StrCmp "$R2" ";" RTrim
|
StrCmp "$R2" ";" RTrim
|
||||||
GoTo Done
|
GoTo Done
|
||||||
RTrim:
|
RTrim:
|
||||||
StrCpy $R1 "$R1" -1
|
StrCpy $R1 "$R1" -1
|
||||||
Goto Loop
|
Goto Loop
|
||||||
Done:
|
Done:
|
||||||
|
|
Loading…
Reference in New Issue