tabs to spaces

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2713 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2003-07-12 15:19:49 +00:00
parent 3f697a1217
commit e6dd2ada8a
17 changed files with 196 additions and 197 deletions

View file

@ -793,7 +793,7 @@ NLF::NLF(char *filename) {
if (nlf_version < 4) {
switch (i) {
case NLF_LOG_INSTALL_PROCESS:
case NLF_LOG_INSTALL_PROCESS:
case NLF_BYTE:
case NLF_KILO:
case NLF_MEGA:
@ -832,7 +832,7 @@ NLF::NLF(char *filename) {
if (*in == '\\') {
in++;
switch (*in) {
case 'n':
case 'n':
*out = '\n';
break;
case 'r':