diff options
author | glx <glx@openttd.org> | 2009-01-21 00:18:30 +0000 |
---|---|---|
committer | glx <glx@openttd.org> | 2009-01-21 00:18:30 +0000 |
commit | a4d3c760930603f75dad93d25383610d3fe29662 (patch) | |
tree | a7d55b03390eaf6514da8c445f746d8e38047e72 /src/ai | |
parent | 376edabb653780492f081bf7e5b6902b524b8580 (diff) | |
download | openttd-a4d3c760930603f75dad93d25383610d3fe29662.tar.xz |
(svn r15184) -Cleanup: remove extra spaces
Diffstat (limited to 'src/ai')
-rw-r--r-- | src/ai/ai_config.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ai/ai_config.cpp b/src/ai/ai_config.cpp index 8333fcf40..2595bdf58 100644 --- a/src/ai/ai_config.cpp +++ b/src/ai/ai_config.cpp @@ -71,8 +71,8 @@ AIInfo *AIConfig::GetInfo() bool AIConfig::ResetInfo() { - this->info = AI::FindInfo(this->name, -1); - return this->info != NULL; + this->info = AI::FindInfo(this->name, -1); + return this->info != NULL; } const AIConfigItemList *AIConfig::GetConfigList() |