From 68858b841eae36cb35562bf24272c9a7d928bf41 Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Thu, 9 May 2019 12:34:06 +0800 Subject: [PATCH] ppc: indentation --- arch/PowerPC/PPCInstPrinter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/PowerPC/PPCInstPrinter.c b/arch/PowerPC/PPCInstPrinter.c index e4bf2e0f..4a671b8a 100644 --- a/arch/PowerPC/PPCInstPrinter.c +++ b/arch/PowerPC/PPCInstPrinter.c @@ -94,7 +94,7 @@ void PPC_printInst(MCInst *MI, SStream *O, void *Info) char *mnem; unsigned int opcode = MCInst_getOpcode(MI); - // printf("opcode = %u\n", opcode); + // printf("opcode = %u\n", opcode); // Check for slwi/srwi mnemonics. if (opcode == PPC_RLWINM) {