diff options
author | Mark D. Roth <roth@google.com> | 2016-10-26 11:16:59 -0700 |
---|---|---|
committer | Mark D. Roth <roth@google.com> | 2016-10-26 11:16:59 -0700 |
commit | 49f89f0c05e25e0b01fc12844ff88b62579a5501 (patch) | |
tree | b58001a8e593ba9d8f530845f62a443bdf0cf026 /src | |
parent | fb809b78508b8ab0cca85fab63e8fbcde2540d32 (diff) |
clang-format
Diffstat (limited to 'src')
-rw-r--r-- | src/core/ext/lb_policy/grpclb/grpclb.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/ext/lb_policy/grpclb/grpclb.c b/src/core/ext/lb_policy/grpclb/grpclb.c index 6d73c48cc3..6da4febf26 100644 --- a/src/core/ext/lb_policy/grpclb/grpclb.c +++ b/src/core/ext/lb_policy/grpclb/grpclb.c @@ -637,9 +637,9 @@ static grpc_lb_policy *glb_create(grpc_exec_ctx *exec_ctx, addr_strs[addr_index++] = grpc_sockaddr_to_uri(&addresses->addresses[i].address); } else { - GPR_ASSERT(grpc_sockaddr_to_string( - &addr_strs[addr_index++], - &addresses->addresses[i].address, true) > 0); + GPR_ASSERT(grpc_sockaddr_to_string(&addr_strs[addr_index++], + &addresses->addresses[i].address, + true) > 0); } } } |