Code Cleanup

- Show no longer indents the warning.
This commit is contained in:
Scott Kostyshak 2012-08-13 15:18:33 -04:00 committed by Paul Beckingham
parent 109c6434f5
commit 60c1017e68

View file

@ -336,7 +336,7 @@ int CmdShow::execute (std::string& output)
out << " " << *i << "\n";
if (context.color ())
out << "\n " << format (STRING_CMD_SHOW_DIFFER_COLOR, error.colorize ("color"));
out << "\n" << format (STRING_CMD_SHOW_DIFFER_COLOR, error.colorize ("color"));
out << "\n\n";
}