CmdShow: Fixed text formatting bug

- Two feedback messasges got concatenated, with no spacing in between.
This commit is contained in:
Paul Beckingham 2015-07-17 23:56:41 -04:00
parent f601ae5d8c
commit afab04b2f7

View file

@ -317,7 +317,7 @@ int CmdShow::execute (std::string& output)
if (issue_warning)
{
out << STRING_CMD_SHOW_DIFFER;
out << STRING_CMD_SHOW_DIFFER << "\n";
if (context.color ())
out << " "