mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 02:27:43 +00:00
LibX86: clang-format
This commit is contained in:
parent
2c82b69bd7
commit
0e900ca5df
1 changed files with 1 additions and 1 deletions
|
@ -1295,7 +1295,7 @@ void Instruction::to_string_internal(StringBuilder& builder, u32 origin, const S
|
||||||
|
|
||||||
switch (m_descriptor->format) {
|
switch (m_descriptor->format) {
|
||||||
case OP_RM8_imm8:
|
case OP_RM8_imm8:
|
||||||
append_mnemonic_space();
|
append_mnemonic_space();
|
||||||
append_rm8();
|
append_rm8();
|
||||||
append(", ");
|
append(", ");
|
||||||
append_imm8();
|
append_imm8();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue