Skip to content

Commit

Permalink
Fix formatting for "agent list"
Browse files Browse the repository at this point in the history
refs #7248
  • Loading branch information
gunnarbeutner committed Oct 24, 2014
1 parent 61b89bc commit 5cefabd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli/agentutility.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5cefabd

Please sign in to comment.