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

@ -50,8 +50,8 @@
/*
* The values 1 and -1 are important below, don't change them.
*/
#define LOAD 1
#define UNLOAD -1
#define LOAD 1
#define UNLOAD -1
static int load_plane_ship(struct sctstr *sectp, struct shpstr *sp,
int noisy, int load_unload, int *nshipsp);