Commit e85bc70b authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

clang-format

parent b0e98718
......@@ -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);
......
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