mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
CLI2: Cleaned up formatting
This commit is contained in:
parent
b7c1658a6e
commit
f09a39f043
1 changed files with 2 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue