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"; }