Skip to content

Commit

Permalink
Fix clang-format error.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankyluk committed Jan 21, 2025
1 parent 552e793 commit f4a9dbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions suite/tests/common/fib.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ main(int argc, char **argv)
USE_USER32();

if (argc > 1 && strcmp(argv[1], "attach") == 0) {
attach = true;
attach = true;
#ifndef WINDOWS
intercept_signal(SIGTERM, (handler_3_t)signal_handler, /*sigstack=*/false);
intercept_signal(SIGTERM, (handler_3_t)signal_handler, /*sigstack=*/false);
}
#endif

Expand Down

0 comments on commit f4a9dbf

Please sign in to comment.