mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +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
|
@ -59,7 +59,7 @@ int main (int, char**)
|
|||
tokens.clear ();
|
||||
while (l3.token (token, type))
|
||||
{
|
||||
std::cout << "# «" << token << "» " << Lexer::typeName (type) << "\n";
|
||||
std::cout << "# «" << token << "» " << Lexer::typeName (type) << '\n';
|
||||
tokens.push_back (std::pair <std::string, Lexer::Type> (token, type));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue