Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
amirlivneh committed Dec 29, 2024
1 parent 87bb001 commit a2ece3e
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 @@ -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;
Expand Down

0 comments on commit a2ece3e

Please sign in to comment.