mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
IPCCompiler: Fix formatting mishap after GenericLexer change
This commit is contained in:
parent
5a2ec86048
commit
8d293601b6
Notes:
sideshowbarker
2024-07-19 03:21:11 +09:00
Author: https://github.com/nico
Commit: 8d293601b6
Pull-request: https://github.com/SerenityOS/serenity/pull/3244
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ int main(int argc, char** argv)
|
|||
consume_whitespace();
|
||||
};
|
||||
|
||||
while (lexer.tell()< file_contents.size())
|
||||
while (lexer.tell() < file_contents.size())
|
||||
parse_endpoint();
|
||||
|
||||
out() << "#pragma once";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue