Tidy up whitespace in macro replacement lists

This commit is contained in:
Markus Armbruster 2010-05-23 17:49:33 +02:00
parent 25d29c8f8f
commit b1a36aebf7
12 changed files with 64 additions and 64 deletions

View file

@ -61,12 +61,12 @@ struct combat {
};
/* Types of combat for use by attack routines */
#define A_DEFEND 0
#define A_DEFEND 0
#define A_ATTACK 1
#define A_ASSAULT 2
#define A_PARA 3
#define A_BOARD 4
#define A_LBOARD 5
#define A_LBOARD 5
/* src/lib/subs/attsub.c */
extern double att_combat_eff(struct combat *);