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
|
@ -40,8 +40,8 @@
|
|||
#include "ship.h"
|
||||
|
||||
enum {
|
||||
UPGR_COST = 15, /* how much avail and money to charge */
|
||||
UPGR_EFF = 35 /* efficiency reduction */
|
||||
UPGR_COST = 15, /* how much avail and money to charge */
|
||||
UPGR_EFF = 35 /* efficiency reduction */
|
||||
};
|
||||
|
||||
static int lupgr(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue