Fix indentation.
This commit is contained in:
parent
8ad279e84c
commit
20f3d0ef0e
1 changed files with 3 additions and 3 deletions
|
@ -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");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue