Skip to content

Commit f26feac

Browse files
committed
QUIC QLOG: Fix indentation
Reviewed-by: Matt Caswell <[email protected]> Reviewed-by: Neil Horman <[email protected]> (Merged from openssl#22037)
1 parent d1fe573 commit f26feac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ssl/quic/qlog.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -341,8 +341,8 @@ static void qlog_event_seq_header(QLOG *qlog)
341341
}
342342

343343
ossl_json_key(&qlog->json, "type");
344-
ossl_json_str(&qlog->json, qlog->info.is_server
345-
? "server" : "client");
344+
ossl_json_str(&qlog->json,
345+
qlog->info.is_server ? "server" : "client");
346346

347347
ossl_json_key(&qlog->json, "name");
348348
ossl_json_str(&qlog->json, p);

0 commit comments

Comments
 (0)