libstdc++: Fix indentation in <semaphore>

libstdc++-v3/ChangeLog:

	* include/std/semaphore: Fix indentation.
This commit is contained in:
Jonathan Wakely 2020-12-20 18:49:13 +00:00
parent 8b01af02b5
commit 3621a7bb57

View file

@ -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