From 161aa50ee2d1142802d7200733fee1cf532d6696 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Tue, 7 Jul 2020 23:39:44 +0100 Subject: [PATCH] libstdc++: Whitespace changes to remove spaces before tabs libstdc++-v3/ChangeLog: * include/std/limits: Whitespace changes. --- libstdc++-v3/include/std/limits | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libstdc++-v3/include/std/limits b/libstdc++-v3/include/std/limits index bee9b9f6bb6..f5e403be727 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; \ -- 2.30.2