MIPS: math-emu: Reindent `bc_op' emulation
authorMaciej W. Rozycki <macro@linux-mips.org>
Fri, 3 Apr 2015 22:24:24 +0000 (23:24 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 7 Apr 2015 23:08:52 +0000 (01:08 +0200)
Correct the double-tab indentation of the branch-likely not-taken case.

Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/9674/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/math-emu/cp1emu.c

index b30bf65..3c5b1c8 100644 (file)
@@ -1192,17 +1192,17 @@ emul:
                                 */
                                return mips_dsemul(xcp, ir, contpc);
                        } else if (likely) {    /* branch not taken */
-                                       /*
-                                        * branch likely nullifies
-                                        * dslot if not taken
-                                        */
-                                       xcp->cp0_epc += dec_insn.pc_inc;
-                                       contpc += dec_insn.pc_inc;
-                                       /*
-                                        * else continue & execute
-                                        * dslot as normal insn
-                                        */
-                               }
+                               /*
+                                * branch likely nullifies
+                                * dslot if not taken
+                                */
+                               xcp->cp0_epc += dec_insn.pc_inc;
+                               contpc += dec_insn.pc_inc;
+                               /*
+                                * else continue & execute
+                                * dslot as normal insn
+                                */
+                       }
                        break;
 
                default: