Diagnostics: Added missing \n characters

This commit is contained in:
Paul Beckingham 2016-02-04 15:46:59 -05:00
parent 820cc4b2e5
commit 5e4d387d83

View file

@ -352,6 +352,9 @@ int CmdDiagnostics::execute (std::string& output)
}
}
if (! count)
out << "\n";
out << " Inactive: ";
count = 0;
for (auto& hook : hooks)
@ -381,6 +384,9 @@ int CmdDiagnostics::execute (std::string& output)
}
}
}
if (! count)
out << "\n";
}
else
out << format (" ({1})\n", STRING_CMD_DIAG_NONE);