From 3666722d42b5288f08c3b42ff547a2f2789cc7c4 Mon Sep 17 00:00:00 2001 From: Craig Tiller <ctiller@google.com> Date: Mon, 4 Apr 2016 22:53:35 -0700 Subject: [PATCH] clang-fmt --- test/core/transport/chttp2/hpack_parser_fuzzer_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/core/transport/chttp2/hpack_parser_fuzzer_test.c b/test/core/transport/chttp2/hpack_parser_fuzzer_test.c index 9a22e088f2..e41eda8653 100644 --- a/test/core/transport/chttp2/hpack_parser_fuzzer_test.c +++ b/test/core/transport/chttp2/hpack_parser_fuzzer_test.c @@ -35,8 +35,8 @@ #include <string.h> #include <grpc/grpc.h> -#include <grpc/support/log.h> #include <grpc/support/alloc.h> +#include <grpc/support/log.h> #include "src/core/ext/transport/chttp2/transport/hpack_parser.h" -- GitLab