mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-26 06:37:20 +02:00
Revert "[clang-tidy] Convert 0/1 to false/true"
This reverts commit 54e40008c9
.
This commit is contained in:
parent
0b828be4aa
commit
444e5955ac
2 changed files with 2 additions and 2 deletions
|
@ -892,7 +892,7 @@ bool Lexer::isPath (std::string& token, Lexer::Type& type)
|
|||
std::size_t marker = _cursor;
|
||||
int slashCount = 0;
|
||||
|
||||
while (true)
|
||||
while (1)
|
||||
{
|
||||
if (_text[marker] == '/')
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue