mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-23 05:03:10 +00:00
Reformat the codebase with the clang-format 18.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user