summaryrefslogtreecommitdiff
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
commita4d3c760930603f75dad93d25383610d3fe29662 (patch)
treea7d55b03390eaf6514da8c445f746d8e38047e72
parent376edabb653780492f081bf7e5b6902b524b8580 (diff)
downloadopenttd-a4d3c760930603f75dad93d25383610d3fe29662.tar.xz
(svn r15184) -Cleanup: remove extra spaces
-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()