Context: Code cleanup

This commit is contained in:
Paul Beckingham 2017-01-26 17:30:39 -05:00
parent 1ebe434ea7
commit 7dfed2fec9

View file

@ -828,7 +828,7 @@ void Context::updateXtermTitle ()
// This function allows a clean output if the command is a helper subcommand.
void Context::updateVerbosity ()
{
std::string command = cli2.getCommand ();
auto command = cli2.getCommand ();
if (command != "" &&
command[0] == '_')
{