fix trailing whitespace issues that crept in here and there
[oweals/musl.git] / src / math / __signbitf.c
index ff3e81ffd7113d699a8931e08babee7ffc30829f..40ad3cfd0cbe6e4d420df2c8b3f9355bf4152cd5 100644 (file)
@@ -1,6 +1,6 @@
 #include "libm.h"
 
-// FIXME
+// FIXME: macro in math.h
 int __signbitf(float x)
 {
        union {