瀏覽代碼

LibVT: Run clang-format on Terminal.cpp

Some trailing whitespace is causing the CI to fail. :^)
Linus Groh 4 年之前
父節點
當前提交
7ec8cb97e9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Userland/Libraries/LibVT/Terminal.cpp

+ 1 - 1
Userland/Libraries/LibVT/Terminal.cpp

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