aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-10-07 09:51:03 -0700
committerGravatar Mark D. Roth <roth@google.com>2016-10-07 09:51:03 -0700
commitcf16b76b9a85c801c51aab3b3fe7a1735a6839a4 (patch)
tree9ea412cd9b4aae6a17e1baf0966ca8f0dcc736c1
parente5c744d9850a763639b2e7001cf2487e1c76133b (diff)
clang-format
-rw-r--r--src/core/ext/transport/cronet/transport/cronet_transport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ext/transport/cronet/transport/cronet_transport.c b/src/core/ext/transport/cronet/transport/cronet_transport.c
index 00a5be419e..25ad40b935 100644
--- a/src/core/ext/transport/cronet/transport/cronet_transport.c
+++ b/src/core/ext/transport/cronet/transport/cronet_transport.c
@@ -543,7 +543,7 @@ static void create_grpc_frame(gpr_slice_buffer *write_slice_buffer,
static void convert_metadata_to_cronet_headers(
grpc_linked_mdelem *head, const char *host, char **pp_url,
cronet_bidirectional_stream_header **pp_headers, size_t *p_num_headers,
- const char ** method) {
+ const char **method) {
grpc_linked_mdelem *curr = head;
/* Walk the linked list and get number of header fields */
size_t num_headers_available = 0;