std_cctype.h, [...]: Remove trailing whitespace.
authorBernardo Innocenti <bernie@develer.com>
Tue, 9 Dec 2003 03:41:52 +0000 (04:41 +0100)
committerBernardo Innocenti <bernie@gcc.gnu.org>
Tue, 9 Dec 2003 03:41:52 +0000 (04:41 +0100)
* include/c/std_cctype.h, include/c/std_cmath.h,
include/c/std_cstdlib.h include/c/std_cwchar.h,
include/c/std_cwctype.h: Remove trailing whitespace.

From-SVN: r74457

libstdc++-v3/ChangeLog
libstdc++-v3/include/c/std_cctype.h
libstdc++-v3/include/c/std_cmath.h
libstdc++-v3/include/c/std_cstdlib.h
libstdc++-v3/include/c/std_cwchar.h
libstdc++-v3/include/c/std_cwctype.h

index 6ad22d7333135d14e8156625a9fc03b16136f1b7..026eebe570c6c17b761c5e16e4c85fd9f337d32a 100644 (file)
@@ -1,3 +1,9 @@
+2003-12-09  Bernardo Innocenti  <bernie@develer.com>
+
+       * include/c/std_cctype.h, include/c/std_cmath.h,
+       include/c/std_cstdlib.h include/c/std_cwchar.h,
+       include/c/std_cwctype.h: Remove trailing whitespace.
+
 2003-12-09  Bernardo Innocenti  <bernie@develer.com>
 
        * include/backward/algo.h, include/backward/algobase.h,
index c007db9a9bda786cdfea70690337e1dac7d09097..3231f481fcfacf434ad26281c91b1431d2c23668 100644 (file)
@@ -38,4 +38,4 @@
 
 #include_next <ctype.h>
 
-#endif 
+#endif
index 07d15ec99532776ee8de4509e0ee2e2db5034a38..fcaa7594c973dddb209f13017ffca0bf7443e564 100644 (file)
@@ -33,7 +33,7 @@
 
 #ifndef _GLIBCXX_CMATH
 #define _GLIBCXX_CMATH 1
+
 #pragma GCC system_header
 
 #include <bits/c++config.h>
@@ -79,7 +79,7 @@
 #undef islessgreater
 #undef isunordered
 
-namespace std 
+namespace std
 {
   inline double
   abs(double __x)
@@ -94,10 +94,10 @@ namespace std
   { return __builtin_fabsl(__x); }
 
 #if _GLIBCXX_HAVE_MODFF
-  inline float 
+  inline float
   modf(float __x, float* __iptr) { return modff(__x, __iptr); }
 #else
-  inline float 
+  inline float
   modf(float __x, float* __iptr)
   {
     double __tmp;
@@ -108,12 +108,12 @@ namespace std
 #endif
 
 #if _GLIBCXX_HAVE_MODFL
-  inline long double 
+  inline long double
   modf(long double __x, long double* __iptr) { return modfl(__x, __iptr); }
 #else
-  inline long double 
-  modf(long double __x, long double* __iptr) 
-  { 
+  inline long double
+  modf(long double __x, long double* __iptr)
+  {
     double __tmp;
     double __res = modf(static_cast<double>(__x), &__tmp);
     * __iptr = static_cast<long double>(__tmp);
index 47e972fb93b834085264db56a8f6eddc2b74f073..90b2f1065760824d5a4415a312853135f9a793da 100644 (file)
@@ -38,4 +38,4 @@
 
 #include_next <stdlib.h>
 
-#endif 
+#endif
index 5b3451933e78faa003591e20cf00b1425ef13ebd..0d2f6be54916c52f6c7d45002373d6e76d72bbcb 100644 (file)
@@ -49,9 +49,9 @@
 #ifndef _GLIBCXX_HAVE_MBSTATE_T
 namespace std
 {
-  extern "C" 
+  extern "C"
   {
-    typedef struct 
+    typedef struct
     {
       int __fill[6];
     } mbstate_t;
@@ -59,4 +59,4 @@ namespace std
 }
 #endif
 
-#endif 
+#endif
index c01073a2e0ac61449acc1a29f79744b87bad0b9b..9302864828ce56eaecf170e0c59394a653e56019 100644 (file)
@@ -42,4 +42,4 @@
 #include_next <wctype.h>
 #endif
 
-#endif 
+#endif