Skip to content

Commit d4c2c26

Browse files
committed
Address formatting issue
1 parent c8bd1b5 commit d4c2c26

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libcxx/include/__atomic/atomic_ref.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,6 @@ struct atomic_ref<_Tp> : public __atomic_ref_base<_Tp> {
335335
_LIBCPP_HIDE_FROM_ABI _Tp operator-=(_Tp __arg) const noexcept { return fetch_sub(__arg) - __arg; }
336336
};
337337

338-
339338
template <class _Tp>
340339
struct atomic_ref<_Tp*> : public __atomic_ref_base<_Tp*> {
341340
using __base = __atomic_ref_base<_Tp*>;

0 commit comments

Comments
 (0)