(svn r15184) -Cleanup: remove extra spaces

This commit is contained in:
glx 2009-01-21 00:18:30 +00:00
parent 376edabb65
commit a4d3c76093

View File

@ -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()