style: format code

This commit is contained in:
black-desk
2023-07-21 14:47:40 +08:00
parent 5fed3ed9f0
commit 857db2625a
15 changed files with 135 additions and 91 deletions

View File

@ -19,4 +19,4 @@ int main(int argc, char **argv)
__sanitizer_set_report_path("asan_am.log");
QCoreApplication::exec();
return ret;
}
}