Skip to content

Commit 167c0c7

Browse files
committed
Clangformat.
1 parent e61e147 commit 167c0c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/snmalloc/ds_core/stats.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ namespace snmalloc
8080

8181
void operator+=(const MonotoneLocalStat& other)
8282
{
83-
value.fetch_add(other.value.load(std::memory_order_relaxed), std::memory_order_relaxed);
83+
value.fetch_add(
84+
other.value.load(std::memory_order_relaxed), std::memory_order_relaxed);
8485
}
8586

8687
size_t operator*()

0 commit comments

Comments
 (0)