1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-26 13:18:31 +00:00

Removed (pretty inconsistently used) tab chars from source code base.

This commit is contained in:
Oliver Schmidt
2013-05-09 13:56:54 +02:00
parent 44fd1082ae
commit 85885001b1
1773 changed files with 62864 additions and 62868 deletions
+6 -6
View File
@@ -101,7 +101,7 @@ int main(void)
** (And, run emulators at their maximun speed.)
*/
#if 0
continue;
continue;
#endif
/* Do one row of tests */
@@ -130,9 +130,9 @@ int main(void)
}
}
if (kbhit () && toupper (cgetc ()) == 'Q') {
goto Done;
}
if (kbhit () && toupper (cgetc ()) == 'Q') {
goto Done;
}
res += lhs;
} while (++rhs != 0);
@@ -164,8 +164,8 @@ Done:
#ifdef __ATARI__
if (_dos_type != SPARTADOS && _dos_type != OSADOS) {
cprintf ("\rTap a key, to exit. ");
cgetc();
cprintf ("\rTap a key, to exit. ");
cgetc();
}
#endif
return 0;