mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 15:48:12 +00:00
IPCCompiler: Fix formatting mishap after GenericLexer change
This commit is contained in:
parent
5a2ec86048
commit
8d293601b6
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