Skip to content

Commit

Permalink
... also fix clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
lrstewart committed Sep 14, 2024
1 parent 2b4ccc5 commit 2bb7886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/s2n_seccomp_failure_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ int main(int argc, char **argv)
s2n_fstat_success = true;

/* The seccomp filter does NOT allow open */
FILE* file = fopen(S2N_DEFAULT_TEST_CERT_CHAIN, "r");
FILE *file = fopen(S2N_DEFAULT_TEST_CERT_CHAIN, "r");
s2n_open_success = true;
EXPECT_NOT_NULL(file);

Expand Down

0 comments on commit 2bb7886

Please sign in to comment.