From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2140) id 25EDA389851C; Wed, 22 Jul 2020 07:54:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 25EDA389851C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1595404498; bh=kGdnlSZPGOsJfxJKK1aNey6EtT2ugY3Pjm6qMkSNPHA=; h=From:To:Subject:Date:From; b=mPEa63tRPXRk1CScPkI0cIB2CMw2GqMxBv64TkZO9R0TVgHXSoqg4+YxUh8ln0h+v 5cY1FPUiyrjQnyeYoyDmmsBERmt2CVg8o5hEMmxpndEN9ke6/6AxgS2+CWfkDfel0U jJXWpMaYWsRPFoMbE6Exivcoek/Y3thV2DanoyyM= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Alexandre Oliva To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc(refs/users/aoliva/heads/testbase)] libstdc++: Whitespace changes to remove spaces before tabs X-Act-Checkin: gcc X-Git-Author: Jonathan Wakely X-Git-Refname: refs/users/aoliva/heads/testbase X-Git-Oldrev: eb04805be4029716e76532babc0fa9ecb18de96e X-Git-Newrev: 161aa50ee2d1142802d7200733fee1cf532d6696 Message-Id: <20200722075458.25EDA389851C@sourceware.org> Date: Wed, 22 Jul 2020 07:54:58 +0000 (GMT) X-BeenThere: libstdc++-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libstdc++-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jul 2020 07:54:58 -0000 https://gcc.gnu.org/g:161aa50ee2d1142802d7200733fee1cf532d6696 commit 161aa50ee2d1142802d7200733fee1cf532d6696 Author: Jonathan Wakely Date: Tue Jul 7 23:39:44 2020 +0100 libstdc++: Whitespace changes to remove spaces before tabs libstdc++-v3/ChangeLog: * include/std/limits: Whitespace changes. Diff: --- 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; \