From: Jonathan Wakely Date: Tue, 7 Jul 2020 22:39:44 +0000 (+0100) Subject: libstdc++: Whitespace changes to remove spaces before tabs X-Git-Tag: basepoints/gcc-12~6351 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=161aa50ee2d1142802d7200733fee1cf532d6696;p=thirdparty%2Fgcc.git libstdc++: Whitespace changes to remove spaces before tabs libstdc++-v3/ChangeLog: * include/std/limits: Whitespace changes. --- diff --git a/libstdc++-v3/include/std/limits b/libstdc++-v3/include/std/limits index bee9b9f6bb67..f5e403be727f 100644 --- a/libstdc++-v3/include/std/limits +++ b/libstdc++-v3/include/std/limits @@ -1536,11 +1536,11 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION static _GLIBCXX_CONSTEXPR TYPE \ denorm_min() _GLIBCXX_USE_NOEXCEPT \ { return static_cast(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; \