Reformat the codebase with the clang-format 18.

This commit is contained in:
guangli-dai 2025-06-13 12:31:12 -07:00 committed by Guangli Dai
parent a952a3b8b0
commit 6200e8987f
346 changed files with 18286 additions and 17770 deletions

View file

@ -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;
}