From 98d52d89ddb9a7374412d2f7cac542370e37ee19 Mon Sep 17 00:00:00 2001 From: Brian Neradt Date: Tue, 10 Aug 2021 13:05:35 -0500 Subject: [PATCH] clang-format update (#169) --- local/src/core/http3.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local/src/core/http3.cc b/local/src/core/http3.cc index 177d6514..c1e2c2e4 100644 --- a/local/src/core/http3.cc +++ b/local/src/core/http3.cc @@ -376,7 +376,7 @@ cb_stream_stop_sending( { H3Session *h3_session = reinterpret_cast(conn_data); int rv = nghttp3_conn_stop_sending(h3_session->quic_socket.h3conn, stream_id); - if(rv) { + if (rv) { return NGTCP2_ERR_CALLBACK_FAILURE; }