clang-format
This commit is contained in:
parent
b0e98718f5
commit
e85bc70bef
|
@ -254,7 +254,7 @@ static void run_nghttp2_session_send_server(void) {
|
||||||
}
|
}
|
||||||
|
|
||||||
fail:
|
fail:
|
||||||
nghttp2_session_del(session);
|
nghttp2_session_del(session);
|
||||||
}
|
}
|
||||||
|
|
||||||
void test_nghttp2_session_send_server(void) {
|
void test_nghttp2_session_send_server(void) {
|
||||||
|
|
|
@ -490,7 +490,7 @@ void test_nghttp2_frame_pack_altsvc(void) {
|
||||||
CU_ASSERT(0 == rv);
|
CU_ASSERT(0 == rv);
|
||||||
CU_ASSERT(NGHTTP2_FRAME_HDLEN + payloadlen == nghttp2_bufs_len(&bufs));
|
CU_ASSERT(NGHTTP2_FRAME_HDLEN + payloadlen == nghttp2_bufs_len(&bufs));
|
||||||
|
|
||||||
rv = unpack_framebuf((nghttp2_frame*)&oframe, &bufs);
|
rv = unpack_framebuf((nghttp2_frame *)&oframe, &bufs);
|
||||||
|
|
||||||
CU_ASSERT(0 == rv);
|
CU_ASSERT(0 == rv);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue