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
|
@ -109,7 +109,7 @@ landmine(void)
|
|||
continue;
|
||||
if (land.lnd_ship >= 0 || land.lnd_land >= 0) {
|
||||
pr("%s is on a %s\n", prland(&land),
|
||||
land. lnd_ship >= 0 ? "ship" : "land unit");
|
||||
land.lnd_ship >= 0 ? "ship" : "land unit");
|
||||
continue;
|
||||
}
|
||||
if (land.lnd_mobil < 1) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue