Fix whitespace: space before tab

This commit is contained in:
Markus Armbruster 2008-09-17 19:29:42 -04:00
parent db4770426e
commit a9653c475b
17 changed files with 28 additions and 28 deletions

View file

@ -54,7 +54,7 @@ fina(void)
return RET_FAIL;
}
if (!snxtitem(&ni, EF_LOAN, "*", NULL))
return RET_SYN;
return RET_SYN;
(void)time(&now);
pr("\n");
pr(" -= Empire Financial Status Report =- \n");

View file

@ -155,7 +155,7 @@ landmine(void)
prland(&land), total_mines_laid,
xyas(sect.sct_x, sect.sct_y, land.lnd_own));
if (!shells)
pr(" but is now out of supply\n");
pr(" but is now out of supply\n");
else
pr("\n");
} else

View file

@ -52,7 +52,7 @@ nati(void)
if (!(natp = natargp(player->argp[1], NULL)))
return RET_SYN;
} else
natp = getnatp(player->cnum);
natp = getnatp(player->cnum);
cnum = natp->nat_cnum;
if (!player->god && cnum != player->cnum) {

View file

@ -62,7 +62,7 @@ news(void)
char *verb;
if (!snxtitem(&nstr, EF_NEWS, "*", NULL))
return RET_SYN;
return RET_SYN;
memset(page_has_news, 0, sizeof(page_has_news));
memset(sectors_taken, 0, sizeof(sectors_taken));
(void)time(&now);

View file

@ -114,7 +114,7 @@ turn(void)
return RET_FAIL;
}
if (fclose(fptr)) {
pr("Something went wrong closing the message.\n");
pr("Something went wrong closing the message.\n");
logerror("Could not properly close message file (%s).\n",
msgfilepath);
return RET_FAIL;