Skip to content
Snippets Groups Projects
Commit 02b1ae45 authored by Mark D. Roth's avatar Mark D. Roth
Browse files

clang-format

parent 3abd5cc5
No related branches found
No related tags found
No related merge requests found
...@@ -98,7 +98,8 @@ static void end_test(grpc_end2end_test_fixture *f) { ...@@ -98,7 +98,8 @@ static void end_test(grpc_end2end_test_fixture *f) {
/* Request/response with metadata and payload.*/ /* Request/response with metadata and payload.*/
static void test_with_authority_header(grpc_end2end_test_config config) { static void test_with_authority_header(grpc_end2end_test_config config) {
grpc_call *c; 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_byte_buffer *request_payload =
grpc_raw_byte_buffer_create(&request_payload_slice, 1); grpc_raw_byte_buffer_create(&request_payload_slice, 1);
gpr_timespec deadline = five_seconds_time(); gpr_timespec deadline = five_seconds_time();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment