Fix indentation.

This commit is contained in:
Markus Armbruster 2007-07-10 21:03:22 +00:00
parent 8ad279e84c
commit 20f3d0ef0e

View file

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