mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Cleanup: Replaced "\n" with '\n'
This commit is contained in:
parent
9e6ee03354
commit
49715320ef
20 changed files with 151 additions and 151 deletions
|
@ -13,7 +13,7 @@ int main (int argc, char** argv)
|
|||
std::string token;
|
||||
Lexer::Type type;
|
||||
while (l.token (token, type))
|
||||
std::cout << " token '" << token << "' " << Lexer::typeToString (type) << "\n";
|
||||
std::cout << " token '" << token << "' " << Lexer::typeToString (type) << '\n';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue