Przeglądaj źródła

LibJS/JIT: Run clang-format on Compiler.cpp

Andreas Kling 1 rok temu
rodzic
commit
40ecf7689b
1 zmienionych plików z 1 dodań i 2 usunięć
  1. 1 2
      Userland/Libraries/LibJS/JIT/Compiler.cpp

+ 1 - 2
Userland/Libraries/LibJS/JIT/Compiler.cpp

@@ -325,8 +325,7 @@ void Compiler::check_exception()
     m_assembler.jump_if_not_equal(
         Assembler::Operand::Register(GPR0),
         Assembler::Operand::Register(GPR1),
-        m_exception_handler
-    );
+        m_exception_handler);
 }
 
 void Compiler::handle_exception()