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
|
@ -68,8 +68,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;
|
||||
/* save x and y from secta */
|
||||
x = secta.sct_x;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue