mirror of
https://github.com/cc65/cc65.git
synced 2026-04-25 22:18:27 +00:00
Removed (pretty inconsistently used) tab chars from source code base.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user