diff options
author | Mark D. Roth <roth@google.com> | 2016-11-09 15:04:14 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-09 15:04:14 -0800 |
commit | 74219ea7ea701739a505b010681851410eba34c5 (patch) | |
tree | 9dcee6ade06705aaf729fc3e34b2417667582b10 | |
parent | 3abd5cc5deb602323a9e8e1ed4d8b85c2d8d5be8 (diff) | |
parent | 02b1ae456fa3075793ab963ba1e0bf09e48fd491 (diff) |
Merge pull request #8702 from markdroth/clang_format_fix
Fix clang-format in master.
-rw-r--r-- | test/core/end2end/tests/authority_not_supported.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/core/end2end/tests/authority_not_supported.c b/test/core/end2end/tests/authority_not_supported.c index 0b49dc8584..705970f6ca 100644 --- a/test/core/end2end/tests/authority_not_supported.c +++ b/test/core/end2end/tests/authority_not_supported.c @@ -98,7 +98,8 @@ static void end_test(grpc_end2end_test_fixture *f) { /* Request/response with metadata and payload.*/ static void test_with_authority_header(grpc_end2end_test_config config) { grpc_call *c; - grpc_slice request_payload_slice = grpc_slice_from_copied_string("hello world"); + grpc_slice request_payload_slice = + grpc_slice_from_copied_string("hello world"); grpc_byte_buffer *request_payload = grpc_raw_byte_buffer_create(&request_payload_slice, 1); gpr_timespec deadline = five_seconds_time(); |