Commit 23131008 by Bernardo Innocenti Committed by Bernardo Innocenti

iso646.h, [...]: Remove trailing whitespace.

	* include/c_compatibility/iso646.h, include/c_compatibility/limits.h,
	include/c_compatibility/locale.h, include/c_compatibility/stdio.h,
	include/c_compatibility/string.h, include/c_compatibility/time.h,
	include/c_compatibility/wchar.h, include/c_compatibility/wctype.h:
	Remove trailing whitespace.

From-SVN: r74460
parent bc67c73d
2003-12-09 Bernardo Innocenti <bernie@develer.com> 2003-12-09 Bernardo Innocenti <bernie@develer.com>
* include/c_compatibility/iso646.h, include/c_compatibility/limits.h,
include/c_compatibility/locale.h, include/c_compatibility/stdio.h,
include/c_compatibility/string.h, include/c_compatibility/time.h,
include/c_compatibility/wchar.h, include/c_compatibility/wctype.h:
Remove trailing whitespace.
2003-12-09 Bernardo Innocenti <bernie@develer.com>
* include/c_std/cmath.tcc, include/c_std/std_cassert.h, * include/c_std/cmath.tcc, include/c_std/std_cassert.h,
include/c_std/std_cctype.h, include/c_std/std_cmath.h, include/c_std/std_cctype.h, include/c_std/std_cmath.h,
include/c_std/std_cstddef.h, include/c_std/std_cstdio.h, include/c_std/std_cstddef.h, include/c_std/std_cstdio.h,
......
...@@ -32,4 +32,4 @@ ...@@ -32,4 +32,4 @@
#include <ciso646> #include <ciso646>
#endif #endif
...@@ -32,4 +32,4 @@ ...@@ -32,4 +32,4 @@
#include <climits> #include <climits>
#endif #endif
...@@ -36,4 +36,4 @@ using std::lconv; ...@@ -36,4 +36,4 @@ using std::lconv;
using std::setlocale; using std::setlocale;
using std::localeconv; using std::localeconv;
#endif #endif
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
#include <cstdio> #include <cstdio>
using std::FILE; using std::FILE;
using std::fpos_t; using std::fpos_t;
using std::remove; using std::remove;
using std::rename; using std::rename;
......
...@@ -55,4 +55,4 @@ using std::memset; ...@@ -55,4 +55,4 @@ using std::memset;
using std::strerror; using std::strerror;
using std::strlen; using std::strlen;
#endif #endif
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#define _GLIBCXX_TIME_H 1 #define _GLIBCXX_TIME_H 1
#include <ctime> #include <ctime>
// Get rid of those macros defined in <time.h> in lieu of real functions. // Get rid of those macros defined in <time.h> in lieu of real functions.
#undef clock #undef clock
#undef difftime #undef difftime
......
...@@ -52,15 +52,15 @@ using std::swscanf; ...@@ -52,15 +52,15 @@ using std::swscanf;
using std::vfwprintf; using std::vfwprintf;
#if _GLIBCXX_HAVE_VFWSCANF #if _GLIBCXX_HAVE_VFWSCANF
using std::vfwscanf; using std::vfwscanf;
#endif #endif
using std::vswprintf; using std::vswprintf;
#if _GLIBCXX_HAVE_VSWSCANF #if _GLIBCXX_HAVE_VSWSCANF
using std::vswscanf; using std::vswscanf;
#endif #endif
using std::vwprintf; using std::vwprintf;
#if _GLIBCXX_HAVE_VWSCANF #if _GLIBCXX_HAVE_VWSCANF
using std::vwscanf; using std::vwscanf;
#endif #endif
using std::wprintf; using std::wprintf;
using std::wscanf; using std::wscanf;
using std::getwc; using std::getwc;
...@@ -77,7 +77,7 @@ using std::wcrtomb; ...@@ -77,7 +77,7 @@ using std::wcrtomb;
using std::wcstod; using std::wcstod;
#if _GLIBCXX_HAVE_WCSTOF #if _GLIBCXX_HAVE_WCSTOF
using std::wcstof; using std::wcstof;
#endif #endif
using std::wcstol; using std::wcstol;
using std::wcstoul; using std::wcstoul;
using std::wcscpy; using std::wcscpy;
......
...@@ -52,4 +52,4 @@ using std::towupper; ...@@ -52,4 +52,4 @@ using std::towupper;
using std::wctrans; using std::wctrans;
using std::wctype; using std::wctype;
#endif #endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment