From 20f3d0ef0e317831463bbc93e92031c50ddac234 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Tue, 10 Jul 2007 21:03:22 +0000 Subject: [PATCH] Fix indentation. --- doc/econfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/econfig b/doc/econfig index fcca4048..fbae49ed 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"); }