1
Fork 0
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:
Nico Weber 2020-08-21 10:39:46 -04:00 committed by Andreas Kling
parent 5a2ec86048
commit 8d293601b6

View file

@ -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";