]> git.pond.sub.org Git - empserver/blobdiff - include/plane.h
Convert tab after #define to space
[empserver] / include / plane.h
index d6aa6646f76576c7c3cecabd12a7e0a9d0c5ba71..6a0743ff0e7d3a40a69032a028e2d942b1eb2fd4 100644 (file)
@@ -42,7 +42,7 @@
 #include "types.h"
 
 #define PLN_TYPE_MAX   46
-#define        PLANE_MINEFF    10
+#define PLANE_MINEFF   10
 
 struct plnstr {
     /* initial part must match struct empobj */
@@ -74,9 +74,9 @@ struct plnstr {
     float pln_theta;           /* position in orbital sine wave */
 };
 
-#define        PLN_LAUNCHED    bit(0)  /* Flying (satellite: in orbit) */
-#define        PLN_SYNCHRONOUS bit(1)  /* A satellite in geo-synchronous orbit */
-#define        PLN_AIRBURST    bit(2)  /* Airburst the nuke we're armed with */
+#define PLN_LAUNCHED   bit(0)  /* Flying (satellite: in orbit) */
+#define PLN_SYNCHRONOUS        bit(1)  /* A satellite in geo-synchronous orbit */
+#define PLN_AIRBURST   bit(2)  /* Airburst the nuke we're armed with */
 
 struct plchrstr {
     char *pl_name;             /* full name of type of plane */