]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/load.c
Convert tab after #define to space
[empserver] / src / lib / commands / load.c
index c6e41f0911dcb50da6649af4a1ab71ed4e4bf7d6..fadb17ad18794c50333e202bb0018804993bb2e5 100644 (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);