mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 16:16:43 +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
Notes:
sideshowbarker
2024-07-18 18:02:50 +09:00
Author: https://github.com/linusg
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