Merge branch '2.2.0' of tasktools.org:task into 2.2.0

This commit is contained in:
Federico Hernandez
2012-08-14 00:59:11 +02:00

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