From 3621a7bb5795ad4e47b30e1a8a06f1abe2b3b036 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely <jwakely@redhat.com> Date: Sun, 20 Dec 2020 18:49:13 +0000 Subject: [PATCH] libstdc++: Fix indentation in <semaphore> libstdc++-v3/ChangeLog: * include/std/semaphore: Fix indentation. --- 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 ff83a56af4b5..9648c3da7ce6 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 -- GitLab