1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 06:57:46 +00:00

LibVT: Run clang-format on Terminal.cpp

Some trailing whitespace is causing the CI to fail. :^)
This commit is contained in:
Linus Groh 2021-05-16 15:16:50 +01:00
parent d6e8634576
commit 7ec8cb97e9

View file

@ -706,7 +706,7 @@ void Terminal::execute_escape_sequence(Intermediates intermediates, bool ignore,
return;
case '\\':
// ST (string terminator) -- do nothing
return;
return;
}
} else if (intermediates[0] == '#') {
switch (last_byte) {