mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-06 03:37:33 +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
|
|
@ -4,7 +4,8 @@
|
|||
|
||||
static bool abort_called = false;
|
||||
|
||||
void set_abort_called(const char *message) {
|
||||
void
|
||||
set_abort_called(const char *message) {
|
||||
(void)message;
|
||||
abort_called = true;
|
||||
};
|
||||
|
|
@ -21,7 +22,5 @@ TEST_END
|
|||
|
||||
int
|
||||
main(void) {
|
||||
return test(
|
||||
test_realloc_abort);
|
||||
return test(test_realloc_abort);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue