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

This commit is contained in:
Andreas Kling 2023-10-28 21:02:13 +02:00
parent 2cbc9d6970
commit 40ecf7689b

View file

@ -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()