]> git.pond.sub.org Git - empserver/blobdiff - include/treaty.h
Convert tab after #define to space
[empserver] / include / treaty.h
index 5656c9989abaef5dafc35b9046c89182ac6fe265..150b524cbe64a858aadcda651f23d84ec16560e1 100644 (file)
@@ -59,16 +59,16 @@ struct trtstr {
 #define TS_SIGNED      AGREE_SIGNED
 
        /* treaty clauses */
-#define        LNDATT  bit(0)          /* no attacks on land units */
-#define        SEAATT  bit(1)          /* no attacks on ships */
-#define        SEAFIR  bit(2)          /* no shelling ships */
-#define        LANATT  bit(3)          /* no attacks on sectors */
-#define        LANFIR  bit(4)          /* no shelling sectors */
-#define        NEWSHP  bit(5)          /* no new ships */
-#define        NEWNUK  bit(6)          /* no new nuclear weapons */
-#define        NEWPLN  bit(7)          /* no new planes */
+#define LNDATT bit(0)          /* no attacks on land units */
+#define SEAATT bit(1)          /* no attacks on ships */
+#define SEAFIR bit(2)          /* no shelling ships */
+#define LANATT bit(3)          /* no attacks on sectors */
+#define LANFIR bit(4)          /* no shelling sectors */
+#define NEWSHP bit(5)          /* no new ships */
+#define NEWNUK bit(6)          /* no new nuclear weapons */
+#define NEWPLN bit(7)          /* no new planes */
 #define NEWLND  bit(8)         /* no new land units */
-#define        TRTENL  bit(9)          /* no enlistment */
+#define TRTENL bit(9)          /* no enlistment */
 #define SUBFIR  bit(10)                /* no depth-charging submarines */
 
 #define gettre(n, p) ef_read(EF_TREATY, (n), (p))