fix: clang-format
CI / lint (pull_request) Failing after 12s
CI / build-and-test (pull_request) Has been skipped
CI / sanitizers (address) (pull_request) Has been skipped
CI / sanitizers (undefined) (pull_request) Has been skipped
CI / fuzz-build (pull_request) Has been skipped
CI / coverage (pull_request) Has been skipped
CI / valgrind (pull_request) Has been skipped

This commit is contained in:
2026-07-21 18:07:58 +02:00
parent 7436b3b148
commit bfc2b1f6eb
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -5,5 +5,6 @@ __pycache__/
build-asan
coverage.info
build-*/
build2/
build3/
build_docker2/
+2 -2
View File
@@ -121,8 +121,8 @@ int main(int argc, char* argv[]) {
exit_code = 1;
goto cleanup;
}
config = config_create(config_version, NULL, NULL, save_to_disk, false, false, false,
false, 5, false, 0);
config = config_create(config_version, NULL, NULL, save_to_disk, false, false, false, false, 5,
false, 0);
int positional_args[2];
int positional_count = 0;