mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:27:35 +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();
|
consume_whitespace();
|
||||||
};
|
};
|
||||||
|
|
||||||
while (lexer.tell()< file_contents.size())
|
while (lexer.tell() < file_contents.size())
|
||||||
parse_endpoint();
|
parse_endpoint();
|
||||||
|
|
||||||
out() << "#pragma once";
|
out() << "#pragma once";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue