aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/grpclb
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-10-26 21:15:29 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-10-26 21:15:29 -0700
commit28b72428a84ae7d23c106fb282478fa94951c9c0 (patch)
treed88c2d32bcee3c6b7636a5ec3a77f4dde04b9f4f /test/cpp/grpclb
parent5b676a6b1ae667ab82f56d5485bf0da229091101 (diff)
clang-format
Diffstat (limited to 'test/cpp/grpclb')
-rw-r--r--test/cpp/grpclb/grpclb_test.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/cpp/grpclb/grpclb_test.cc b/test/cpp/grpclb/grpclb_test.cc
index a56667585f..f3cfe53bda 100644
--- a/test/cpp/grpclb/grpclb_test.cc
+++ b/test/cpp/grpclb/grpclb_test.cc
@@ -456,7 +456,8 @@ static void perform_request(client_fixture *cf) {
int i;
memset(ops, 0, sizeof(ops));
- grpc_slice request_payload_slice = grpc_slice_from_copied_string("hello world");
+ grpc_slice request_payload_slice =
+ grpc_slice_from_copied_string("hello world");
c = grpc_channel_create_call(cf->client, NULL, GRPC_PROPAGATE_DEFAULTS,
cf->cq, "/foo", "foo.test.google.fr:1234",