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:
parent
d6e8634576
commit
7ec8cb97e9
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue