aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-05-27 09:35:28 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-05-27 09:35:28 -0700
commitd0721bc53a62ec4b6d13e2acd09f600fb0fde187 (patch)
tree7f4b3007fff1001792361aab81cc34f607036197
parent739f8eaaf97953c38421fcd281c9d73ffaf0d81d (diff)
clang-format
-rw-r--r--src/core/transport/chttp2/alpn.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/transport/chttp2/alpn.c b/src/core/transport/chttp2/alpn.c
index 375114d597..3ccd5796ba 100644
--- a/src/core/transport/chttp2/alpn.c
+++ b/src/core/transport/chttp2/alpn.c
@@ -36,7 +36,8 @@
#include <grpc/support/useful.h>
/* in order of preference */
-static const char *const supported_versions[] = {"h2", "h2-17", "h2-16", "h2-15", "h2-14"};
+static const char *const supported_versions[] = {"h2", "h2-17", "h2-16",
+ "h2-15", "h2-14"};
int grpc_chttp2_is_alpn_version_supported(const char *version, size_t size) {
size_t i;