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

@ -58,7 +58,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;
if (!check_sect_ok(&secta) || !check_sect_ok(&sectb))
return RET_FAIL;