libstdc++: Fix indentation in <semaphore>
libstdc++-v3/ChangeLog: * include/std/semaphore: Fix indentation.
This commit is contained in:
parent
8b01af02b5
commit
3621a7bb57
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue