mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-23 21:23:06 +00:00
Reformat the codebase with the clang-format 18.
This commit is contained in:
@@ -187,7 +187,6 @@ TEST_BEGIN(test_atomic_u64) {
|
||||
}
|
||||
TEST_END
|
||||
|
||||
|
||||
TEST_STRUCT(uint32_t, u32);
|
||||
TEST_BEGIN(test_atomic_u32) {
|
||||
INTEGER_TEST_BODY(uint32_t, u32);
|
||||
@@ -212,7 +211,6 @@ TEST_BEGIN(test_atomic_zd) {
|
||||
}
|
||||
TEST_END
|
||||
|
||||
|
||||
TEST_STRUCT(unsigned, u);
|
||||
TEST_BEGIN(test_atomic_u) {
|
||||
INTEGER_TEST_BODY(unsigned, u);
|
||||
@@ -221,11 +219,6 @@ TEST_END
|
||||
|
||||
int
|
||||
main(void) {
|
||||
return test(
|
||||
test_atomic_u64,
|
||||
test_atomic_u32,
|
||||
test_atomic_p,
|
||||
test_atomic_zu,
|
||||
test_atomic_zd,
|
||||
test_atomic_u);
|
||||
return test(test_atomic_u64, test_atomic_u32, test_atomic_p,
|
||||
test_atomic_zu, test_atomic_zd, test_atomic_u);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user