Fix whitespace: space before tab
This commit is contained in:
parent
db4770426e
commit
a9653c475b
17 changed files with 28 additions and 28 deletions
|
@ -121,12 +121,12 @@ main(int argc, char *argv[])
|
|||
}
|
||||
|
||||
if (!force) {
|
||||
printf("WARNING: this blasts the existing game in %s (if any)\n",
|
||||
printf("WARNING: this blasts the existing game in %s (if any)\n",
|
||||
gamedir);
|
||||
printf("continue? ");
|
||||
fgets(buf, sizeof(buf), stdin);
|
||||
if (*buf != 'y' && *buf != 'Y')
|
||||
exit(1);
|
||||
printf("continue? ");
|
||||
fgets(buf, sizeof(buf), stdin);
|
||||
if (*buf != 'y' && *buf != 'Y')
|
||||
exit(1);
|
||||
}
|
||||
for (i = 0; i < EF_MAX; i++) {
|
||||
if (!EF_IS_GAME_STATE(i))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue