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 | 11fe4bcc5626c9e9f35be11972584d02a2978b3c (patch) | |
tree | a7d55b03390eaf6514da8c445f746d8e38047e72 | |
parent | 5c96749471f9a671d9f07c09078dc7b388a44a3c (diff) | |
download | openttd-11fe4bcc5626c9e9f35be11972584d02a2978b3c.tar.xz |
(svn r15184) -Cleanup: remove extra spaces
-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() |