mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-30 23:18:04 +03:00
Reformat the codebase with the clang-format 18.
This commit is contained in:
parent
0a6215c171
commit
f1bba4a87c
346 changed files with 18286 additions and 17770 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue