From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id 8A90E3858021; Sun, 20 Dec 2020 18:55:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8A90E3858021 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Jonathan Wakely To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc r11-6276] libstdc++: Fix indentation in X-Act-Checkin: gcc X-Git-Author: Jonathan Wakely X-Git-Refname: refs/heads/master X-Git-Oldrev: 8b01af02b50761bbe4e078c60d030912ab359c9a X-Git-Newrev: 3621a7bb5795ad4e47b30e1a8a06f1abe2b3b036 Message-Id: <20201220185540.8A90E3858021@sourceware.org> Date: Sun, 20 Dec 2020 18:55:40 +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: Sun, 20 Dec 2020 18:55:40 -0000 https://gcc.gnu.org/g:3621a7bb5795ad4e47b30e1a8a06f1abe2b3b036 commit r11-6276-g3621a7bb5795ad4e47b30e1a8a06f1abe2b3b036 Author: Jonathan Wakely Date: Sun Dec 20 18:49:13 2020 +0000 libstdc++: Fix indentation in libstdc++-v3/ChangeLog: * include/std/semaphore: Fix indentation. Diff: --- libstdc++-v3/include/std/semaphore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libstdc++-v3/include/std/semaphore b/libstdc++-v3/include/std/semaphore index ff83a56af4b..9648c3da7ce 100644 --- a/libstdc++-v3/include/std/semaphore +++ b/libstdc++-v3/include/std/semaphore @@ -87,7 +87,8 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION { return _M_sem._M_try_acquire_until(__atime); } }; - using binary_semaphore = std::counting_semaphore<1>; + using binary_semaphore = std::counting_semaphore<1>; + _GLIBCXX_END_NAMESPACE_VERSION } // namespace #endif // __cpp_lib_atomic_wait