mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-30 09:04:35 +02:00
Fix whitespace
This commit is contained in:
parent
68e7de7e59
commit
96583857c0
@ -288,7 +288,7 @@ int TroubleshootCommand::Tail(const String& file, int numLines, InfoLog& log)
|
||||
for (int k = 0; k < numLines; k++) {
|
||||
InfoLogLine(log, Console_ForegroundCyan)
|
||||
<< "# ";
|
||||
InfoLogLine(log)
|
||||
InfoLogLine(log)
|
||||
<< ringBuf[k] << '\n';
|
||||
}
|
||||
|
||||
@ -327,7 +327,7 @@ bool TroubleshootCommand::CheckFeatures(InfoLog& log)
|
||||
InfoLogLine(log)
|
||||
<< "Disabled features:\n";
|
||||
InfoLogLine(log, Console_ForegroundRed)
|
||||
<< '\t' << boost::algorithm::join(disabled_features, " ") << '\n';
|
||||
<< '\t' << boost::algorithm::join(disabled_features, " ") << '\n';
|
||||
|
||||
if (!features->Get("checker").ToBool())
|
||||
InfoLogLine(log, 0, LogWarning)
|
||||
@ -424,7 +424,7 @@ bool TroubleshootCommand::PrintConf(InfoLog& log, const String& path)
|
||||
InfoLogLine(log, Console_ForegroundCyan)
|
||||
<< "# ";
|
||||
InfoLogLine(log)
|
||||
<< line << '\n';
|
||||
<< line << '\n';
|
||||
}
|
||||
|
||||
InfoLogLine(log, Console_ForegroundCyan)
|
||||
|
Loading…
x
Reference in New Issue
Block a user