CLI2: Cleaned up formatting
This commit is contained in:
@@ -430,9 +430,8 @@ void CLI2::lexArguments ()
|
|||||||
Lexer::Type type;
|
Lexer::Type type;
|
||||||
Lexer lex (_original_args[i]);
|
Lexer lex (_original_args[i]);
|
||||||
if (lex.token (lexeme, type) &&
|
if (lex.token (lexeme, type) &&
|
||||||
(lex.isEOS () || // Token goes to EOS
|
(lex.isEOS () || // Token goes to EOS
|
||||||
(quoted && type == Lexer::Type::pair) // Quoted pairs automatically go to EOS
|
(quoted && type == Lexer::Type::pair)) // Quoted pairs automatically go to EOS
|
||||||
)
|
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
if (! terminated && type == Lexer::Type::separator)
|
if (! terminated && type == Lexer::Type::separator)
|
||||||
|
|||||||
Reference in New Issue
Block a user