Skip to content
Snippets Groups Projects
Commit 3621a7bb authored by Jonathan Wakely's avatar Jonathan Wakely
Browse files

libstdc++: Fix indentation in <semaphore>

libstdc++-v3/ChangeLog:

	* include/std/semaphore: Fix indentation.
parent 8b01af02
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment