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
commit 7ec8cb97e9
Notes: sideshowbarker 2024-07-18 18:02:50 +09:00

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) {