MIPS: math-emu: Reindent `bc_op' emulation
[firefly-linux-kernel-4.4.55.git] / arch / mips / math-emu / cp1emu.c
index b30bf65c7d7d81ea1ed7e714d7a3554139855207..3c5b1c8d73eeb9558cd53e94ad65bfc8f6e043ef 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: