Skip to content

Commit

Permalink
tests/config: apply fresh clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
cpu committed Dec 22, 2024
1 parent 41843c2 commit 16e8021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ void test_verify_ca_path_file(void) {
SSL_CTX_free(ctx);
}

#define NO_TICKET_SET(X) (((X)&SSL_OP_NO_TICKET) == SSL_OP_NO_TICKET)
#define NO_TICKET_SET(X) (((X) & SSL_OP_NO_TICKET) == SSL_OP_NO_TICKET)

void test_no_ticket(void) {
SSL_CONF_CTX *cctx = SSL_CONF_CTX_new();
Expand Down

0 comments on commit 16e8021

Please sign in to comment.