Explorar el Código

Merge pull request #8702 from markdroth/clang_format_fix

Fix clang-format in master.
Mark D. Roth hace 9 años
padre
commit
74219ea7ea
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      test/core/end2end/tests/authority_not_supported.c

+ 2 - 1
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.*/
 /* 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();