Sfoglia il codice sorgente

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

Andreas Kling 1 anno fa
parent
commit
40ecf7689b
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  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(
     m_assembler.jump_if_not_equal(
         Assembler::Operand::Register(GPR0),
         Assembler::Operand::Register(GPR0),
         Assembler::Operand::Register(GPR1),
         Assembler::Operand::Register(GPR1),
-        m_exception_handler
-    );
+        m_exception_handler);
 }
 }
 
 
 void Compiler::handle_exception()
 void Compiler::handle_exception()