1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 03:17:35 +00:00

LibX86: clang-format

This commit is contained in:
Andreas Kling 2020-10-20 08:41:59 +02:00
parent 2c82b69bd7
commit 0e900ca5df

View file

@ -1295,7 +1295,7 @@ void Instruction::to_string_internal(StringBuilder& builder, u32 origin, const S
switch (m_descriptor->format) {
case OP_RM8_imm8:
append_mnemonic_space();
append_mnemonic_space();
append_rm8();
append(", ");
append_imm8();