From 01b8804866ae879c1657f0eed3816755aaf6e243 Mon Sep 17 00:00:00 2001
From: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Date: Mon, 22 Dec 2008 11:53:33 +0000
Subject: - remove whitespace

---
 include/math.h | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

(limited to 'include')

diff --git a/include/math.h b/include/math.h
index 15bc9ccc6..83a154d21 100644
--- a/include/math.h
+++ b/include/math.h
@@ -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.
-- 
cgit v1.2.3