Break long lines more tastefully
This commit is contained in:
parent
373651359e
commit
7465574195
28 changed files with 69 additions and 92 deletions
|
@ -201,8 +201,7 @@ launch_missile(struct plnstr *pp)
|
|||
return RET_FAIL;
|
||||
}
|
||||
n = atoi(cp);
|
||||
if ((n < 0) || !getship(n, &target_ship) ||
|
||||
!target_ship.shp_own) {
|
||||
if ((n < 0) || !getship(n, &target_ship) || !target_ship.shp_own) {
|
||||
pr("Bad ship number!\n");
|
||||
return RET_FAIL;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue