Skip to content

Commit c3811dd

Browse files
unify spacing
1 parent 4d23450 commit c3811dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libc/src/__support/CPP/atomic.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ LIBC_INLINE constexpr int order(MemoryOrder mem_ord) {
4949
LIBC_INLINE constexpr int scope(MemoryScope mem_scope) {
5050
return static_cast<int>(mem_scope);
5151
}
52+
5253
template <class T> LIBC_INLINE T *addressof(T &ref) {
5354
return __builtin_addressof(ref);
5455
}

0 commit comments

Comments
 (0)