QUIC QLOG: Fix indentation
authorHugo Landau <hlandau@openssl.org>
Thu, 1 Feb 2024 11:02:22 +0000 (11:02 +0000)
committerHugo Landau <hlandau@openssl.org>
Fri, 2 Feb 2024 11:50:30 +0000 (11:50 +0000)
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22037)

ssl/quic/qlog.c

index 1d07b6f6295bb579abdb4a315526ab4f59ca2341..dc68ffb23924c0804f2a24d269721e4388eacbad 100644 (file)
@@ -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);