Skip to content

Commit

Permalink
Merge pull request #290 from amirlivneh/clang-format
Browse files Browse the repository at this point in the history
clang-format
  • Loading branch information
tatsuhiro-t authored Dec 31, 2024
2 parents dcec26f + a2ece3e commit 81686ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nghttp3_conn.c
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,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;
Expand Down

0 comments on commit 81686ae

Please sign in to comment.