aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/client_config/subchannel.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-12-01 17:02:35 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-12-01 17:02:35 -0800
commita6bebf4b0e82b2f7e0dcb17b6155716ff5058889 (patch)
treea100899a123ea27a93a1ea72127391589a2870f2 /src/core/client_config/subchannel.h
parentf036a64303e04324d791262188c69c1b4de9a5dd (diff)
clang-format
Diffstat (limited to 'src/core/client_config/subchannel.h')
-rw-r--r--src/core/client_config/subchannel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/client_config/subchannel.h b/src/core/client_config/subchannel.h
index 1050776815..74ebcecfba 100644
--- a/src/core/client_config/subchannel.h
+++ b/src/core/client_config/subchannel.h
@@ -122,7 +122,8 @@ void grpc_subchannel_notify_on_state_change(
grpc_closure *notify);
void grpc_connected_subchannel_notify_on_state_change(
grpc_exec_ctx *exec_ctx, grpc_connected_subchannel *channel,
- grpc_pollset_set *interested_parties, grpc_connectivity_state *state, grpc_closure *notify);
+ grpc_pollset_set *interested_parties, grpc_connectivity_state *state,
+ grpc_closure *notify);
/** retrieve the grpc_connected_subchannel - or NULL if called before
the subchannel becomes connected */