Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed May 27, 2015
1 parent 739f8ea commit d0721bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/transport/chttp2/alpn.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d0721bc

Please sign in to comment.