OSDN Git Service

- remove whitespace
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 22 Dec 2008 11:53:33 +0000 (11:53 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 22 Dec 2008 11:53:33 +0000 (11:53 -0000)
include/math.h

index 15bc9cc..83a154d 100644 (file)
@@ -58,15 +58,12 @@ __BEGIN_DECLS
 #define __MATHCALL(function,suffix, args)      \
   __MATHDECL (_Mdouble_,function,suffix, args)
 #define __MATHDECL(type, function,suffix, args) \
-  __MATHDECL_1(type, function,suffix, args); \
-
+  __MATHDECL_1(type, function,suffix, args);
 #define __MATHCALLX(function,suffix, args, attrib)     \
   __MATHDECLX (_Mdouble_,function,suffix, args, attrib)
 #define __MATHDECLX(type, function,suffix, args, attrib) \
   __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); \
   __MATHDECLI_MAINVARIANT(function)
-
-
 #define __MATHDECL_1(type, function,suffix, args) \
   extern type __MATH_PRECNAME(function,suffix) args __THROW
 /* Decls which are also used internally in libm.