From: Markus Armbruster Date: Tue, 10 Jul 2007 21:03:22 +0000 (+0000) Subject: Fix indentation. X-Git-Tag: v4.3.10~187 X-Git-Url: http://git.pond.sub.org/?p=empserver;a=commitdiff_plain;h=20f3d0ef0e317831463bbc93e92031c50ddac234 Fix indentation. --- diff --git a/doc/econfig b/doc/econfig index fcca40489..fbae49ed2 100644 --- a/doc/econfig +++ b/doc/econfig @@ -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"); }