Fix whitespace

This commit is contained in:
Jean-Marcel Flach 2015-03-02 12:35:58 +01:00
parent 68e7de7e59
commit 96583857c0

View File

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