From 60c1017e6849d368cc2c1078582690cfad9c6e8f Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Mon, 13 Aug 2012 15:18:33 -0400 Subject: [PATCH] Code Cleanup - Show no longer indents the warning. --- src/commands/CmdShow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/CmdShow.cpp b/src/commands/CmdShow.cpp index f65b241c7..270149a36 100644 --- a/src/commands/CmdShow.cpp +++ b/src/commands/CmdShow.cpp @@ -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"; }