From 84774b6c4a25ee38a1778778e00cdd81203d874f Mon Sep 17 00:00:00 2001
From: Craig Tiller <ctiller@google.com>
Date: Mon, 7 Mar 2016 10:26:31 -0800
Subject: [PATCH] clang-format

---
 src/core/channel/subchannel_call_holder.c | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/core/channel/subchannel_call_holder.c b/src/core/channel/subchannel_call_holder.c
index 0f765c218b..8f46885a04 100644
--- a/src/core/channel/subchannel_call_holder.c
+++ b/src/core/channel/subchannel_call_holder.c
@@ -176,10 +176,9 @@ static void subchannel_ready(grpc_exec_ctx *exec_ctx, void *arg, bool success) {
     fail_locked(exec_ctx, holder);
   } else {
     if (!gpr_atm_rel_cas(
-        &holder->subchannel_call,
-        0,
-        (gpr_atm)(uintptr_t)grpc_connected_subchannel_create_call(
-            exec_ctx, holder->connected_subchannel, holder->pollset))) {
+            &holder->subchannel_call, 0,
+            (gpr_atm)(uintptr_t)grpc_connected_subchannel_create_call(
+                exec_ctx, holder->connected_subchannel, holder->pollset))) {
       GPR_ASSERT(gpr_atm_acq_load(&holder->subchannel_call) == 1);
       /* if this cas fails, the call was cancelled before the pick completed */
       fail_locked(exec_ctx, holder);
-- 
GitLab