patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / arch / m68k / math-emu / fp_arith.c
index 50f516d..08f286d 100644 (file)
@@ -458,7 +458,7 @@ static void fp_roundint(struct fp_ext *dest, int mode)
                return;
 
        /* infinities and zeroes */
-       if (IS_INF(dest) || IS_ZERO(dest)) 
+       if (IS_INF(dest) || IS_ZERO(dest))
                return;
 
        /* first truncate the lower bits */