Coding style fixes, mostly indentation and whitespace
This commit is contained in:
parent
8a0d117d45
commit
373651359e
47 changed files with 131 additions and 130 deletions
|
@ -85,7 +85,7 @@ sarg_xy(char *str, coord *xp, coord *yp)
|
|||
return 0;
|
||||
y = strtoy(str, &str);
|
||||
if (y < 0 || (*str != 0 && !isspace(*str)))
|
||||
return 0;
|
||||
return 0;
|
||||
if ((x ^ y) & 1)
|
||||
return 0;
|
||||
np = getnatp(player->cnum);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue