libstdc++: Whitespace changes to remove spaces before tabs

libstdc++-v3/ChangeLog:

	* include/std/limits: Whitespace changes.
This commit is contained in:
Jonathan Wakely 2020-07-07 23:39:44 +01:00
parent eb04805be4
commit 161aa50ee2
1 changed files with 2 additions and 2 deletions

View File

@ -1536,11 +1536,11 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
static _GLIBCXX_CONSTEXPR TYPE \
denorm_min() _GLIBCXX_USE_NOEXCEPT \
{ return static_cast<TYPE>(0); } \
\
\
static _GLIBCXX_USE_CONSTEXPR bool is_iec559 = false; \
static _GLIBCXX_USE_CONSTEXPR bool is_bounded = true; \
static _GLIBCXX_USE_CONSTEXPR bool is_modulo = false; \
\
\
static _GLIBCXX_USE_CONSTEXPR bool traps \
= __glibcxx_integral_traps; \
static _GLIBCXX_USE_CONSTEXPR bool tinyness_before = false; \