Print this page
11210 libm should be cstyle(1ONBLD) clean

@@ -32,11 +32,10 @@
 
 #ifndef _LIBM_INLINES_H
 #define _LIBM_INLINES_H
 
 #ifdef __GNUC__
-
 #ifdef __cplusplus
 extern "C" {
 #endif
 
 #include <sys/types.h>

@@ -259,11 +258,12 @@
 
         return (f);
 }
 
 extern __GNU_INLINE double
-rint(double a) {
+rint(double a)
+{
     return (__inline_rint(a));
 }
 
 extern __GNU_INLINE double
 scalbn(double d, int n)

@@ -343,9 +343,7 @@
 }
 
 #ifdef __cplusplus
 }
 #endif
-
 #endif  /* __GNUC__ */
-
 #endif /* _LIBM_INLINES_H */