Indentation fixes; suspect indent-emp is to blame.
This commit is contained in:
parent
aa4e268d89
commit
e67dca9d29
29 changed files with 89 additions and 133 deletions
|
@ -51,11 +51,9 @@ decl(void)
|
|||
s_char *p;
|
||||
s_char buf[1024];
|
||||
|
||||
if (!
|
||||
(p =
|
||||
getstarg(player->argp[1],
|
||||
"alliance, friendly, neutrality, hostility, or war? ",
|
||||
buf)))
|
||||
if (!(p = getstarg(player->argp[1],
|
||||
"alliance, friendly, neutrality, hostility, or war? ",
|
||||
buf)))
|
||||
return RET_SYN;
|
||||
switch (*p) {
|
||||
case 'a':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue