summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/include/c_std/std_cwchar.h
diff options
context:
space:
mode:
authorbernie <bernie@138bc75d-0d04-0410-961f-82ee72b054a4>2003-12-09 03:44:35 +0000
committerbernie <bernie@138bc75d-0d04-0410-961f-82ee72b054a4>2003-12-09 03:44:35 +0000
commit9718e467d782cb53a33ee249a02d1a89f11ef3fa (patch)
treea110b9b040ad780bdc17bc89f256eddac21f2784 /libstdc++-v3/include/c_std/std_cwchar.h
parentc8661dc49b1d8a9879be23a7b4a8e3f545a25418 (diff)
downloadppe42-gcc-9718e467d782cb53a33ee249a02d1a89f11ef3fa.tar.gz
ppe42-gcc-9718e467d782cb53a33ee249a02d1a89f11ef3fa.zip
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74458 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/c_std/std_cwchar.h')
-rw-r--r--libstdc++-v3/include/c_std/std_cwchar.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/libstdc++-v3/include/c_std/std_cwchar.h b/libstdc++-v3/include/c_std/std_cwchar.h
index e199224ff33..e3b7cdd5870 100644
--- a/libstdc++-v3/include/c_std/std_cwchar.h
+++ b/libstdc++-v3/include/c_std/std_cwchar.h
@@ -57,16 +57,16 @@
// Need to do a bit of trickery here with mbstate_t as char_traits
// assumes it is in wchar.h, regardless of wchar_t specializations.
#ifndef _GLIBCXX_HAVE_MBSTATE_T
-extern "C"
+extern "C"
{
- typedef struct
+ typedef struct
{
int __fill[6];
} mbstate_t;
}
#endif
-namespace std
+namespace std
{
using ::mbstate_t;
}
@@ -94,15 +94,15 @@ namespace std
#undef vfwprintf
#if _GLIBCXX_HAVE_VFWSCANF
# undef vfwscanf
-#endif
+#endif
#undef vswprintf
#if _GLIBCXX_HAVE_VSWSCANF
# undef vswscanf
-#endif
+#endif
#undef vwprintf
#if _GLIBCXX_HAVE_VWSCANF
# undef vwscanf
-#endif
+#endif
#undef wcrtomb
#undef wcscat
#undef wcschr
@@ -123,7 +123,7 @@ namespace std
#undef wcstod
#if _GLIBCXX_HAVE_WCSTOF
# undef wcstof
-#endif
+#endif
#undef wcstok
#undef wcstol
#undef wcstoul
@@ -164,15 +164,15 @@ namespace std
using ::vfwprintf;
#if _GLIBCXX_HAVE_VFWSCANF
using ::vfwscanf;
-#endif
+#endif
using ::vswprintf;
#if _GLIBCXX_HAVE_VSWSCANF
using ::vswscanf;
-#endif
+#endif
using ::vwprintf;
#if _GLIBCXX_HAVE_VWSCANF
using ::vwscanf;
-#endif
+#endif
using ::wcrtomb;
using ::wcscat;
using ::wcscmp;
@@ -189,7 +189,7 @@ namespace std
using ::wcstod;
#if _GLIBCXX_HAVE_WCSTOF
using ::wcstof;
-#endif
+#endif
using ::wcstok;
using ::wcstol;
using ::wcstoul;
@@ -270,4 +270,4 @@ namespace std
#endif //_GLIBCXX_USE_WCHAR_T
-#endif
+#endif
OpenPOWER on IntegriCloud