From 5cefabd1148cc354074cf0f1d68296bd0fd0b84e Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Fri, 24 Oct 2014 17:36:42 +0200 Subject: [PATCH] Fix formatting for "agent list" refs #7248 --- lib/cli/agentutility.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cli/agentutility.cpp b/lib/cli/agentutility.cpp index bf0741315..f2647a393 100644 --- a/lib/cli/agentutility.cpp +++ b/lib/cli/agentutility.cpp @@ -70,7 +70,7 @@ std::vector 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) -- 2.40.0