Skip to content

Commit 98d52d8

Browse files
authored
clang-format update (#169)
1 parent 8d1e88b commit 98d52d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

local/src/core/http3.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ cb_stream_stop_sending(
376376
{
377377
H3Session *h3_session = reinterpret_cast<H3Session *>(conn_data);
378378
int rv = nghttp3_conn_stop_sending(h3_session->quic_socket.h3conn, stream_id);
379-
if(rv) {
379+
if (rv) {
380380
return NGTCP2_ERR_CALLBACK_FAILURE;
381381
}
382382

0 commit comments

Comments
 (0)