Convert tab after #define to space

This commit is contained in:
Markus Armbruster 2010-05-22 15:57:07 +02:00
parent 243a15052f
commit 25d29c8f8f
32 changed files with 186 additions and 186 deletions

View file

@ -62,9 +62,9 @@ struct combat {
/* Types of combat for use by attack routines */
#define A_DEFEND 0
#define A_ATTACK 1
#define A_ASSAULT 2
#define A_PARA 3
#define A_ATTACK 1
#define A_ASSAULT 2
#define A_PARA 3
#define A_BOARD 4
#define A_LBOARD 5