print: indent code lines less (1 space instead of 2)

This commit is contained in:
Lephenixnoir 2020-02-27 15:13:05 +01:00
parent ff3aec0a34
commit fad6f48152
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ void PrintPass::analyze(uint32_t pc, ConcreteInstruction &ci)
if(i.args.size())
mnemonic += std::string(8 - mnemonic.size(), ' ');
printf(" %08x: %04x %s", pc, ci.inst.opcode, mnemonic.c_str());
printf(" %08x: %04x %s", pc, ci.inst.opcode, mnemonic.c_str());
/* Arguments */