aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/transport/chttp2
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-03-28 10:14:05 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-03-28 10:14:05 -0700
commitadcb92d68e5c03f62feaef20b38c94bcca448b89 (patch)
treee7af33fc3c1aeff23b3e11bdb65f619e380e79aa /test/core/transport/chttp2
parentc7762a8c24e786be37e9e86a518a1d4fcb9d2133 (diff)
clang-format
Diffstat (limited to 'test/core/transport/chttp2')
-rw-r--r--test/core/transport/chttp2/hpack_encoder_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/transport/chttp2/hpack_encoder_test.c b/test/core/transport/chttp2/hpack_encoder_test.c
index fa836505d8..818ce09a7c 100644
--- a/test/core/transport/chttp2/hpack_encoder_test.c
+++ b/test/core/transport/chttp2/hpack_encoder_test.c
@@ -38,8 +38,8 @@
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include <grpc/support/string_util.h>
-#include "src/core/lib/support/string.h"
#include "src/core/ext/transport/chttp2/transport/hpack_parser.h"
+#include "src/core/lib/support/string.h"
#include "src/core/lib/transport/metadata.h"
#include "test/core/util/parse_hexstring.h"
#include "test/core/util/slice_splitter.h"