Clean up some trailing whitespace
This commit is contained in:
parent
e9a69b6bc9
commit
14b31911dc
32 changed files with 69 additions and 79 deletions
|
@ -622,5 +622,3 @@ These are all the things I fixed when changing the bad to the good:
|
||||||
- There should always be a space on either side of a {
|
- There should always be a space on either side of a {
|
||||||
- There should always be a new line after a ;
|
- There should always be a new line after a ;
|
||||||
- The closing function bracket should be on a line by itself
|
- The closing function bracket should be on a line by itself
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -136,4 +136,3 @@ For the above, use this table:
|
||||||
and a flakscale of 1.75
|
and a flakscale of 1.75
|
||||||
.fi
|
.fi
|
||||||
.SA "bomb, fly, recon, paradrop, nation, Planes, Interception, Combat"
|
.SA "bomb, fly, recon, paradrop, nation, Planes, Interception, Combat"
|
||||||
|
|
||||||
|
|
|
@ -33,4 +33,3 @@ the unit or plane id. So for example, to load ship #1 with land unit
|
||||||
.EX "load land 1 2"
|
.EX "load land 1 2"
|
||||||
.s1
|
.s1
|
||||||
.SA "Mobility, Transportation"
|
.SA "Mobility, Transportation"
|
||||||
|
|
||||||
|
|
|
@ -10,4 +10,3 @@ commodities that are on the market.
|
||||||
your goods off the market and return them to your harbor or warehouse.
|
your goods off the market and return them to your harbor or warehouse.
|
||||||
.sp
|
.sp
|
||||||
.SA "buy, sell, Commerce"
|
.SA "buy, sell, Commerce"
|
||||||
|
|
||||||
|
|
|
@ -21,4 +21,3 @@ Note that ships are not \*Qdelivered\*U to the purchaser,
|
||||||
but planes, land units and nukes are.
|
but planes, land units and nukes are.
|
||||||
.sp
|
.sp
|
||||||
.SA "trade, Commerce"
|
.SA "trade, Commerce"
|
||||||
|
|
||||||
|
|
|
@ -12,4 +12,3 @@ of the switch. After the loan is transfered you may collect on it as
|
||||||
normal.
|
normal.
|
||||||
.sp
|
.sp
|
||||||
.SA "offer, consider, collect, financial, Loans"
|
.SA "offer, consider, collect, financial, Loans"
|
||||||
|
|
||||||
|
|
|
@ -131,4 +131,3 @@ cens_hdr(void)
|
||||||
pr("ter ");
|
pr("ter ");
|
||||||
pr("fall coa\n");
|
pr("fall coa\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -428,4 +428,3 @@ lwpSetName(struct lwpProc *proc, char *name)
|
||||||
|
|
||||||
proc->name = strdup(name);
|
proc->name = strdup(name);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -100,7 +100,6 @@ satmap(int x, int y, int eff, int range, int flags, int type)
|
||||||
if (type == EF_SECTOR && !snxtsct_use_condarg(&ns))
|
if (type == EF_SECTOR && !snxtsct_use_condarg(&ns))
|
||||||
return RET_SYN;
|
return RET_SYN;
|
||||||
|
|
||||||
|
|
||||||
blankfill(radbuf, &ns.range, 1);
|
blankfill(radbuf, &ns.range, 1);
|
||||||
if (flags & P_S) {
|
if (flags & P_S) {
|
||||||
pr("Satellite sector report\n");
|
pr("Satellite sector report\n");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue