mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-24 02:03:06 -05:00
LibX86: clang-format
This commit is contained in:
parent
2c82b69bd7
commit
0e900ca5df
Notes:
sideshowbarker
2024-07-19 01:50:23 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/0e900ca5df0
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) {
|
||||
case OP_RM8_imm8:
|
||||
append_mnemonic_space();
|
||||
append_mnemonic_space();
|
||||
append_rm8();
|
||||
append(", ");
|
||||
append_imm8();
|
||||
|
|
Loading…
Add table
Reference in a new issue