
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.

Index: include/c/std_cctype.h
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/include/c/std_cctype.h,v
retrieving revision 1.5
diff -u -p -r1.5 std_cctype.h
--- include/c/std_cctype.h	30 Jul 2003 16:51:50 -0000	1.5
+++ include/c/std_cctype.h	9 Dec 2003 03:37:41 -0000
@@ -38,4 +38,4 @@
 
 #include_next <ctype.h>
 
-#endif 
+#endif
Index: include/c/std_cmath.h
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/include/c/std_cmath.h,v
retrieving revision 1.6
diff -u -p -r1.6 std_cmath.h
--- include/c/std_cmath.h	30 Jul 2003 16:51:50 -0000	1.6
+++ include/c/std_cmath.h	9 Dec 2003 03:37:42 -0000
@@ -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: include/c/std_cstdlib.h
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/include/c/std_cstdlib.h,v
retrieving revision 1.5
diff -u -p -r1.5 std_cstdlib.h
--- include/c/std_cstdlib.h	30 Jul 2003 16:51:50 -0000	1.5
+++ include/c/std_cstdlib.h	9 Dec 2003 03:37:42 -0000
@@ -38,4 +38,4 @@
 
 #include_next <stdlib.h>
 
-#endif 
+#endif
Index: include/c/std_cwchar.h
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/include/c/std_cwchar.h,v
retrieving revision 1.8
diff -u -p -r1.8 std_cwchar.h
--- include/c/std_cwchar.h	30 Jul 2003 16:51:50 -0000	1.8
+++ include/c/std_cwchar.h	9 Dec 2003 03:37:42 -0000
@@ -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: include/c/std_cwctype.h
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/include/c/std_cwctype.h,v
retrieving revision 1.6
diff -u -p -r1.6 std_cwctype.h
--- include/c/std_cwctype.h	30 Jul 2003 16:51:50 -0000	1.6
+++ include/c/std_cwctype.h	9 Dec 2003 03:37:42 -0000
@@ -42,4 +42,4 @@
 #include_next <wctype.h>
 #endif
 
-#endif 
+#endif
