cmath.tcc, [...]: Remove trailing whitespace.

* 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_cstddef.h, include/c_std/std_cstdio.h,
	include/c_std/std_cstdlib.h, include/c_std/std_cstring.h,
	include/c_std/std_cwchar.h, include/c_std/std_cwctype.h:
	Remove trailing whitespace.

From-SVN: r74458
This commit is contained in:
Bernardo Innocenti 2003-12-09 04:44:35 +01:00 committed by Bernardo Innocenti
parent 7b74e24ee2
commit 7dd8177fc7
11 changed files with 129 additions and 120 deletions

View File

@ -1,3 +1,12 @@
2003-12-09 Bernardo Innocenti <bernie@develer.com>
* 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_cstddef.h, include/c_std/std_cstdio.h,
include/c_std/std_cstdlib.h, include/c_std/std_cstring.h,
include/c_std/std_cwchar.h, include/c_std/std_cwctype.h:
Remove trailing whitespace.
2003-12-09 Bernardo Innocenti <bernie@develer.com> 2003-12-09 Bernardo Innocenti <bernie@develer.com>
* include/c/std_cctype.h, include/c/std_cmath.h, * include/c/std_cctype.h, include/c/std_cmath.h,

View File

@ -78,7 +78,7 @@
#if _GLIBCXX_USE_WCHAR_T #if _GLIBCXX_USE_WCHAR_T
namespace std namespace std
{ {
using ::wint_t; // cwchar using ::wint_t; // cwchar
using ::wctype_t; using ::wctype_t;
using ::wctrans_t; using ::wctrans_t;