Fix formatting for "agent list"

refs #7248
This commit is contained in:
Gunnar Beutner 2014-10-24 17:36:42 +02:00
parent 61b89bc7e6
commit 5cefabd114
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ std::vector<String> AgentUtility::GetAgentCompletionSuggestions(const String& wo
void AgentUtility::PrintAgents(std::ostream& fp)
{
bool first = false;
bool first = true;
BOOST_FOREACH(const Dictionary::Ptr& agent, GetAgents()) {
if (first)