Skip to content

Commit

Permalink
clang-format update (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
bneradt authored Aug 10, 2021
1 parent 8d1e88b commit 98d52d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local/src/core/http3.cc
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ cb_stream_stop_sending(
{
H3Session *h3_session = reinterpret_cast<H3Session *>(conn_data);
int rv = nghttp3_conn_stop_sending(h3_session->quic_socket.h3conn, stream_id);
if(rv) {
if (rv) {
return NGTCP2_ERR_CALLBACK_FAILURE;
}

Expand Down

0 comments on commit 98d52d8

Please sign in to comment.