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
|
@ -81,8 +81,8 @@ para(void)
|
|||
pr("range to target is %d\n", ap_to_target);
|
||||
if (target.sct_own == player->cnum) {
|
||||
pr("You can't air-assault your own sector!\n");
|
||||
return RET_FAIL;
|
||||
}
|
||||
return RET_FAIL;
|
||||
}
|
||||
/*
|
||||
* select planes within range
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue