Skip to content

Commit dfc2347

Browse files
committed
tests/config: apply fresh clang format
1 parent 0af66a7 commit dfc2347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/config.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ void test_verify_ca_path_file(void) {
359359
SSL_CTX_free(ctx);
360360
}
361361

362-
#define NO_TICKET_SET(X) (((X)&SSL_OP_NO_TICKET) == SSL_OP_NO_TICKET)
362+
#define NO_TICKET_SET(X) (((X) & SSL_OP_NO_TICKET) == SSL_OP_NO_TICKET)
363363

364364
void test_no_ticket(void) {
365365
SSL_CONF_CTX *cctx = SSL_CONF_CTX_new();

0 commit comments

Comments
 (0)