summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Groh <mail@linusgroh.de>2021-05-16 15:16:50 +0100
committerLinus Groh <mail@linusgroh.de>2021-05-16 15:16:50 +0100
commit7ec8cb97e9f9c74c75076c451bf0ea3ae29c2004 (patch)
tree9d33fa8180d4d8092ed3ea5daed8f468d79797b5
parentd6e86345763766256a83ae8746fba45383a4ce95 (diff)
downloadserenity-7ec8cb97e9f9c74c75076c451bf0ea3ae29c2004.zip
LibVT: Run clang-format on Terminal.cpp
Some trailing whitespace is causing the CI to fail. :^)
-rw-r--r--Userland/Libraries/LibVT/Terminal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Libraries/LibVT/Terminal.cpp b/Userland/Libraries/LibVT/Terminal.cpp
index 6014d05f31..ccd66257cf 100644
--- a/Userland/Libraries/LibVT/Terminal.cpp
+++ b/Userland/Libraries/LibVT/Terminal.cpp
@@ -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) {