math: minor cleanups in ceil and floor
[musl] / src / math / floorl.c
index 08f6ba2..3901b06 100644 (file)
@@ -97,6 +97,6 @@ long double floorl(long double x)
                if (huge + x > 0.0)
                        u.bits.manl &= ~m;
        }
-       return (u.e);
+       return u.e;
 }
 #endif