Coding style fixes, mostly indentation and whitespace

This commit is contained in:
Markus Armbruster 2010-05-18 22:09:01 +02:00
parent 8a0d117d45
commit 373651359e
47 changed files with 131 additions and 130 deletions

View file

@ -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);