Commit e85bc70b authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

clang-format

parent b0e98718
...@@ -254,7 +254,7 @@ static void run_nghttp2_session_send_server(void) { ...@@ -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) { ...@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment