Skip to content

Commit

Permalink
Fixes formatting error identified by C linter (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
italo-sampaio authored Jan 20, 2025
1 parent 21f3b80 commit 6359eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/src/sgx/src/untrusted/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ static void finalise_with(int exit_code) {
}

static void finalise(int signum) {
(void) signum; // Suppress unused parameter warning
(void)signum; // Suppress unused parameter warning

finalise_with(0);
}
Expand Down

0 comments on commit 6359eed

Please sign in to comment.