CLI2: Cleaned up formatting

This commit is contained in:
Paul Beckingham 2015-07-12 17:56:40 -04:00
parent b7c1658a6e
commit f09a39f043

View file

@ -430,9 +430,8 @@ void CLI2::lexArguments ()
Lexer::Type type;
Lexer lex (_original_args[i]);
if (lex.token (lexeme, type) &&
(lex.isEOS () || // Token goes to EOS
(quoted && type == Lexer::Type::pair) // Quoted pairs automatically go to EOS
)
(lex.isEOS () || // Token goes to EOS
(quoted && type == Lexer::Type::pair)) // Quoted pairs automatically go to EOS
)
{
if (! terminated && type == Lexer::Type::separator)