1
0
mirror of https://github.com/Icinga/icinga2.git synced 2025-04-08 17:05:25 +02:00

Fix formatting for "agent list"

refs 
This commit is contained in:
Gunnar Beutner 2014-10-24 17:36:42 +02:00
parent 61b89bc7e6
commit 5cefabd114

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