Skip to content

Commit

Permalink
QUIC QLOG: Fix indentation
Browse files Browse the repository at this point in the history
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from openssl#22037)
  • Loading branch information
hlandau authored and Sashan committed Feb 12, 2024
1 parent 66af6e5 commit c737f13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ssl/quic/qlog.c
Original file line number Diff line number Diff line change
Expand Up @@ -341,8 +341,8 @@ static void qlog_event_seq_header(QLOG *qlog)
}

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

ossl_json_key(&qlog->json, "name");
ossl_json_str(&qlog->json, p);
Expand Down

0 comments on commit c737f13

Please sign in to comment.