mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-23 19:03:59 +08:00
libstdc++: Remove whitespace before preprocessor directives
These are harmless, but also unnecessary and inconsistent (and their removal was requested by PR libstdc++/17632). libstdc++-v3/ChangeLog: * config/locale/dragonfly/numeric_members.cc: Remove whitespace. * config/locale/gnu/numeric_members.cc: Likewise. * include/bits/locale_facets_nonio.h: Likewise. * libsupc++/typeinfo: Likewise.
This commit is contained in:
parent
dcc266796a
commit
a0080f0285
@ -229,7 +229,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
|
||||
delete [] _M_data->_M_grouping;
|
||||
delete _M_data;
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
_GLIBCXX_END_NAMESPACE_VERSION
|
||||
} // namespace
|
||||
|
@ -267,7 +267,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
|
||||
delete [] _M_data->_M_grouping;
|
||||
delete _M_data;
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
_GLIBCXX_END_NAMESPACE_VERSION
|
||||
} // namespace
|
||||
|
@ -348,8 +348,8 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
|
||||
_GLIBCXX_END_NAMESPACE_VERSION
|
||||
} // namespace
|
||||
|
||||
// Include host and configuration specific timepunct functions.
|
||||
#include <bits/time_members.h>
|
||||
// Include host and configuration specific timepunct functions.
|
||||
#include <bits/time_members.h>
|
||||
|
||||
namespace std _GLIBCXX_VISIBILITY(default)
|
||||
{
|
||||
|
@ -74,11 +74,11 @@ namespace __cxxabiv1
|
||||
|
||||
// By default follow the old inline rules to avoid ABI changes.
|
||||
#ifndef __GXX_TYPEINFO_EQUALITY_INLINE
|
||||
#if !__GXX_WEAK__
|
||||
#define __GXX_TYPEINFO_EQUALITY_INLINE 0
|
||||
#else
|
||||
#define __GXX_TYPEINFO_EQUALITY_INLINE 1
|
||||
#endif
|
||||
# if !__GXX_WEAK__
|
||||
# define __GXX_TYPEINFO_EQUALITY_INLINE 0
|
||||
# else
|
||||
# define __GXX_TYPEINFO_EQUALITY_INLINE 1
|
||||
# endif
|
||||
#endif
|
||||
|
||||
namespace std
|
||||
|
Loading…
Reference in New Issue
Block a user