summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-12-22 11:53:33 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-12-22 11:53:33 +0000
commit01b8804866ae879c1657f0eed3816755aaf6e243 (patch)
tree862406e56010c2f6c9f792db03174d683ab75a2f /include
parenta0ebeb988d63d94da086b72daf0691f67584724a (diff)
- remove whitespace
Diffstat (limited to 'include')
-rw-r--r--include/math.h5
1 files changed, 1 insertions, 4 deletions
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.