diff --git a/tests/failmalloc_test.c b/tests/failmalloc_test.c index 396ef919..14605465 100644 --- a/tests/failmalloc_test.c +++ b/tests/failmalloc_test.c @@ -254,7 +254,7 @@ static void run_nghttp2_session_send_server(void) { } fail: - nghttp2_session_del(session); + nghttp2_session_del(session); } void test_nghttp2_session_send_server(void) { diff --git a/tests/nghttp2_frame_test.c b/tests/nghttp2_frame_test.c index 17b7ae58..cf519040 100644 --- a/tests/nghttp2_frame_test.c +++ b/tests/nghttp2_frame_test.c @@ -490,7 +490,7 @@ void test_nghttp2_frame_pack_altsvc(void) { CU_ASSERT(0 == rv); 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);