MIPS: math-emu: Checkpatch cleanup
[sfrench/cifs-2.6.git] / arch / mips / math-emu / dp_tint.c
index 77b2b7ccf28a997aabd54de8eb71bba179f04feb..24478623c117446d9c394204dbd5a18e811b6206 100644 (file)
@@ -69,8 +69,7 @@ int ieee754dp_tint(ieee754dp x)
                        round = 0;
                        sticky = residue != 0;
                        xm = 0;
-               }
-               else {
+               } else {
                        residue = xm << (64 - DP_MBITS + xe);
                        round = (residue >> 63) != 0;
                        sticky = (residue << 1) != 0;