]> git.pond.sub.org Git - empserver/blobdiff - src/lib/global/treaty.c
Indented with src/scripts/indent-emp.
[empserver] / src / lib / global / treaty.c
index 176fb91760eaeb67bde7527f15f2280549436fb5..b4569a58a54940fba604d0246848c56c624265fb 100644 (file)
 #include "misc.h"
 #include "treaty.h"
 
-struct  tchrstr tchr[]  = {
-       { LNDATT,       "no attacks on any land units" },
-       { SEAATT,       "no attacks on any ships" },
-       { SEAFIR,       "no shelling any ships" },
-       { SUBFIR,       "no depth-charging any subs" },
-       { LANATT,       "no sector attacks" },
-       { LANFIR,       "no shelling any land" },
-       { NEWSHP,       "no building ships" },
-       { NEWNUK,       "no new nuclear weapons" },
-       { NEWPLN,       "no building planes" },
-       { NEWLND,       "no building land units" },
-       { TRTENL,       "no enlistment" },
-       { 0,      0 }
+struct tchrstr tchr[] = {
+    {LNDATT, "no attacks on any land units"},
+    {SEAATT, "no attacks on any ships"},
+    {SEAFIR, "no shelling any ships"},
+    {SUBFIR, "no depth-charging any subs"},
+    {LANATT, "no sector attacks"},
+    {LANFIR, "no shelling any land"},
+    {NEWSHP, "no building ships"},
+    {NEWNUK, "no new nuclear weapons"},
+    {NEWPLN, "no building planes"},
+    {NEWLND, "no building land units"},
+    {TRTENL, "no enlistment"},
+    {0, 0}
 };
 
-int    trt_maxno   = (sizeof(tchr) / sizeof(struct tchrstr)) - 1;
+int trt_maxno = (sizeof(tchr) / sizeof(struct tchrstr)) - 1;