public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r11-6276] libstdc++: Fix indentation in <semaphore>
@ 2020-12-20 18:55 Jonathan Wakely
  0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2020-12-20 18:55 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

https://gcc.gnu.org/g:3621a7bb5795ad4e47b30e1a8a06f1abe2b3b036

commit r11-6276-g3621a7bb5795ad4e47b30e1a8a06f1abe2b3b036
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Sun Dec 20 18:49:13 2020 +0000

    libstdc++: Fix indentation in <semaphore>
    
    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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-12-20 18:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-20 18:55 [gcc r11-6276] libstdc++: Fix indentation in <semaphore> Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).