From a2ece3e50fadfdf5fb24e14e130356f4224f9f67 Mon Sep 17 00:00:00 2001 From: Amir Livneh Date: Sun, 29 Dec 2024 09:23:33 -0500 Subject: [PATCH] clang-format --- lib/nghttp3_conn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/nghttp3_conn.c b/lib/nghttp3_conn.c index 0f04e94..e340992 100644 --- a/lib/nghttp3_conn.c +++ b/lib/nghttp3_conn.c @@ -434,7 +434,7 @@ nghttp3_ssize nghttp3_conn_read_stream(nghttp3_conn *conn, int64_t stream_id, return rv; } } - } else if(!nghttp3_stream_uni(stream_id)) { + } else if (!nghttp3_stream_uni(stream_id)) { /* server does not expect to receive new server initiated bidirectional stream from client. */ return NGHTTP3_ERR_H3_STREAM_CREATION_ERROR;