diff options
author | Chris Gregory <czipperz@gmail.com> | 2016-04-29 16:11:43 +0000 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2016-04-29 17:11:43 +0100 |
commit | f92ab29ffac7b8012c4787be66a43c08923c3663 (patch) | |
tree | 6fc3bcf79e417c6b1b8b408b428be97042699596 /libstdc++-v3/config/cpu/arm | |
parent | 8960db319597b6efca5063e70a787fcc822129fe (diff) | |
download | gcc-f92ab29ffac7b8012c4787be66a43c08923c3663.zip gcc-f92ab29ffac7b8012c4787be66a43c08923c3663.tar.gz gcc-f92ab29ffac7b8012c4787be66a43c08923c3663.tar.bz2 |
Remove trailing whitespace from libstdc++-v3 files
2016-04-29 Chris Gregory <czipperz@gmail.com>
* config/*: Remove trailing whitespace.
* src/*: Likewise.
* testsuite/tr1/*: Likewise.
* testsuite/util/*: Likewise.
From-SVN: r235645
Diffstat (limited to 'libstdc++-v3/config/cpu/arm')
-rw-r--r-- | libstdc++-v3/config/cpu/arm/cxxabi_tweaks.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libstdc++-v3/config/cpu/arm/cxxabi_tweaks.h b/libstdc++-v3/config/cpu/arm/cxxabi_tweaks.h index 6876631..177590c 100644 --- a/libstdc++-v3/config/cpu/arm/cxxabi_tweaks.h +++ b/libstdc++-v3/config/cpu/arm/cxxabi_tweaks.h @@ -33,7 +33,7 @@ #ifdef __cplusplus namespace __cxxabiv1 { - extern "C" + extern "C" { #endif @@ -49,7 +49,7 @@ namespace __cxxabiv1 // We also want the element size in array cookies. #define _GLIBCXX_ELTSIZE_IN_COOKIE 1 - + // __cxa_vec_ctor should return a pointer to the array. typedef void * __cxa_vec_ctor_return_type; #define _GLIBCXX_CXA_VEC_CTOR_RETURN(x) return x @@ -79,4 +79,4 @@ namespace __cxxabiv1 } // namespace __cxxabiv1 #endif -#endif +#endif |