summaryrefslogtreecommitdiff
path: root/src/ai
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2009-01-21 00:18:30 +0000
committerglx <glx@openttd.org>2009-01-21 00:18:30 +0000
commit11fe4bcc5626c9e9f35be11972584d02a2978b3c (patch)
treea7d55b03390eaf6514da8c445f746d8e38047e72 /src/ai
parent5c96749471f9a671d9f07c09078dc7b388a44a3c (diff)
downloadopenttd-11fe4bcc5626c9e9f35be11972584d02a2978b3c.tar.xz
(svn r15184) -Cleanup: remove extra spaces
Diffstat (limited to 'src/ai')
-rw-r--r--src/ai/ai_config.cpp4
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()