]> git.pond.sub.org Git - empserver/commitdiff
Undo some ugly line line-breaks introduced by indent.
authorMarkus Armbruster <armbru@pond.sub.org>
Sun, 9 Nov 2003 10:47:36 +0000 (10:47 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Sun, 9 Nov 2003 10:47:36 +0000 (10:47 +0000)
src/lib/global/sect.c

index e3715ba9a6dd63e644d874d9b34f3d3324606ce3..d56d9dc814a8e0bcd6e032c6ec96329c85ad8caf 100644 (file)
@@ -65,13 +65,10 @@ struct dchrstr dchr[SCT_MAXDEF + 2] = {
     {'*', 0, 2, 0, NPKG, 1.0, 1.25, 12, 0, 1, 0, 0, "airfield"},
     {'a', P_FOOD, 2, 0, NPKG, 1.0, 1.5, 2, 0, 1, 0, 0, "agribusiness"},
     {'o', P_OIL, 2, 0, NPKG, 1.0, 1.5, 5, 0, 1, 0, 0, "oil field"},
-    {'j', P_LCM, 2, 0, NPKG, 1.0, 1.5, 3, 0, 1, 0, 0,
-     "light manufacturing"},
-    {'k', P_HCM, 2, 0, NPKG, 1.0, 1.5, 4, 0, 1, 0, 0,
-     "heavy manufacturing"},
+    {'j', P_LCM, 2, 0, NPKG, 1.0, 1.5, 3, 0, 1, 0, 0, "light manufacturing"},
+    {'k', P_HCM, 2, 0, NPKG, 1.0, 1.5, 4, 0, 1, 0, 0, "heavy manufacturing"},
     {'f', 0, 2, 0, NPKG, 2.0, 4.0, 10, 0, 5, 0, 1, "fortress"},
-    {'t', P_TLEV, 2, 0, NPKG, 1.0, 1.5, 10, 0, 1, 0, 0,
-     "technical center"},
+    {'t', P_TLEV, 2, 0, NPKG, 1.0, 1.5, 10, 0, 1, 0, 0, "technical center"},
     {'r', P_RLEV, 2, 0, NPKG, 1.0, 1.5, 9, 0, 1, 0, 0, "research lab"},
     {'n', 0, 2, 0, NPKG, 1.0, 2.0, 10, 0, 1, 0, 0, "nuclear plant"},
     {'l', P_ELEV, 2, 0, NPKG, 1.0, 1.5, 4, 0, 1, 0, 0, "library/school"},