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
|
@ -508,7 +508,7 @@ perform_mission_ship(int dam, struct shpstr *sp, coord x, coord y,
|
|||
}
|
||||
if (mcp->m_flags & M_SUB) {
|
||||
if (!targeting_ships)
|
||||
return dam; /* subs interdict only ships */
|
||||
return dam; /* subs interdict only ships */
|
||||
range = roundrange(torprange(sp));
|
||||
if (md > range)
|
||||
return dam;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue