Clean up some trailing whitespace

This commit is contained in:
Markus Armbruster 2013-04-21 12:58:26 +02:00
parent e9a69b6bc9
commit 14b31911dc
32 changed files with 69 additions and 79 deletions

View file

@ -90,7 +90,7 @@ do_map(int bmap, int unit_type, char *arg1, char *arg2)
return res;
map_flags = parse_map_flags(bmap, arg2);
if (map_flags < 0)
if (map_flags < 0)
return RET_SYN;
if (map_flags & MAP_BMAP_REVERT)
@ -451,7 +451,7 @@ display_region_map(int bmap, int unit_type, coord curx, coord cury,
return res;
map_flags = parse_map_flags(bmap, arg2);
if (map_flags < 0)
if (map_flags < 0)
return RET_SYN;
} else {
snxtsct_around(&ns, curx, cury);

View file

@ -99,7 +99,6 @@ satmap(int x, int y, int eff, int range, int flags, int type)
snxtsct_dist(&ns, x, y, range);
if (type == EF_SECTOR && !snxtsct_use_condarg(&ns))
return RET_SYN;
blankfill(radbuf, &ns.range, 1);
if (flags & P_S) {