Skip to content

Commit af0c417

Browse files
committed
format
1 parent 7784396 commit af0c417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/include/__atomic/atomic_sync.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ struct __atomic_wait_backoff_impl {
104104
memory_order __order_;
105105

106106
using __waitable_traits _LIBCPP_NODEBUG = __atomic_waitable_traits<__decay_t<_AtomicWaitable> >;
107-
using __value_type _LIBCPP_NODEBUG = typename __waitable_traits::__value_type;
107+
using __value_type _LIBCPP_NODEBUG = typename __waitable_traits::__value_type;
108108

109109
_LIBCPP_HIDE_FROM_ABI bool operator()(chrono::nanoseconds __elapsed) const {
110110
if (__elapsed > chrono::microseconds(4)) {

0 commit comments

Comments
 (0)