]> git.pond.sub.org Git - empserver/commitdiff
Fix indentation.
authorMarkus Armbruster <armbru@pond.sub.org>
Tue, 10 Jul 2007 21:03:22 +0000 (21:03 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Tue, 10 Jul 2007 21:03:22 +0000 (21:03 +0000)
doc/econfig

index fcca4048926c8a7ac2265bc78f11bc1bec657327..fbae49ed2bfe6dc8205f2e6895d0700a96a425fe 100644 (file)
@@ -30,7 +30,7 @@ For instance,
 configures the data directory to that place, and
     port "7777"
 configures the empire port to 7777,
-  btu_build_rate 0.0004
+    btu_build_rate 0.0004
 configures the BTU build rate, and so on.
 
 The programs look for the config file in a compiled-in location, which
@@ -114,7 +114,7 @@ econfig parser.
 3. Use the variable in your code.  This normally looks like
 
          if (opt_DUMB) {
-            pr("You're being dumb\n");
+             pr("You're being dumb\n");
          } else {
-            pr("You're being really dumb\n");
+             pr("You're being really dumb\n");
          }