Indentation fixes; suspect indent-emp is to blame.

This commit is contained in:
Markus Armbruster 2004-02-28 18:06:11 +00:00
parent aa4e268d89
commit e67dca9d29
29 changed files with 89 additions and 133 deletions

View file

@ -68,8 +68,7 @@ swaps(void)
!getsect(sectb.sct_x, sectb.sct_y, &sectb))
return RET_SYN;
print_res(&sectb);
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;