mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-25 18:17:19 +03:00
Reformat the codebase with the clang-format 18.
This commit is contained in:
parent
030921c64d
commit
6206ffb9a8
346 changed files with 18286 additions and 17770 deletions
|
|
@ -5,7 +5,8 @@
|
|||
|
||||
using namespace std::chrono_literals;
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
int rc = test_threads();
|
||||
return rc;
|
||||
int
|
||||
main(int argc, char **argv) {
|
||||
int rc = test_threads();
|
||||
return rc;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue