From e85bc70bef3d5aa3b5ccad589c614cf5fe0113c1 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 24 Apr 2016 13:49:57 +0900 Subject: [PATCH] clang-format --- tests/failmalloc_test.c | 2 +- tests/nghttp2_frame_test.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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);