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
|
@ -58,7 +58,7 @@ swaps(void)
|
|||
!getsect(sectb.sct_x, sectb.sct_y, §b))
|
||||
return RET_SYN;
|
||||
print_res(§b);
|
||||
if (!confirm ("Are you sure these are the two sectors you wish to swap? "))
|
||||
if (!confirm("Are you sure these are the two sectors you wish to swap? "))
|
||||
return RET_FAIL;
|
||||
if (!check_sect_ok(§a) || !check_sect_ok(§b))
|
||||
return RET_FAIL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue