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
|
@ -431,8 +431,7 @@ void CLI2::lexArguments ()
|
||||||
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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue