Skip to content

Commit 8af8a3c

Browse files
committed
clang format
1 parent 258af5b commit 8af8a3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sysinfo.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ struct ValueUnion {
120120

121121
explicit ValueUnion(std::size_t buff_size)
122122
: size(sizeof(DataT) + buff_size),
123-
buff(::new(std::malloc(size)) DataT(), &std::free) {}
123+
buff(::new (std::malloc(size)) DataT(), &std::free) {}
124124

125125
ValueUnion(ValueUnion&& other) = default;
126126

0 commit comments

Comments
 (0)