aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters/client_channel/lb_policy/subchannel_list.h
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2017-11-16 16:18:51 -0800
committerGravatar ncteisen <ncteisen@gmail.com>2017-11-17 14:09:14 -0800
commit66dfcf59190f5e2116edf972196c5107c9d563be (patch)
treee9af21ca23a49f9044882ede3232af0ceebbeb9a /src/core/ext/filters/client_channel/lb_policy/subchannel_list.h
parent61c4d6b64833822e2db6f90ee0f74e76539c4c10 (diff)
clang fmt
Diffstat (limited to 'src/core/ext/filters/client_channel/lb_policy/subchannel_list.h')
-rw-r--r--src/core/ext/filters/client_channel/lb_policy/subchannel_list.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/ext/filters/client_channel/lb_policy/subchannel_list.h b/src/core/ext/filters/client_channel/lb_policy/subchannel_list.h
index f3db9b15fc..ef3102934c 100644
--- a/src/core/ext/filters/client_channel/lb_policy/subchannel_list.h
+++ b/src/core/ext/filters/client_channel/lb_policy/subchannel_list.h
@@ -36,8 +36,6 @@
// round_robin that could be refactored and moved here. In a future PR,
// need to clean this up.
-
-
typedef struct grpc_lb_subchannel_list grpc_lb_subchannel_list;
typedef struct {
@@ -144,6 +142,4 @@ void grpc_lb_subchannel_list_shutdown_and_unref(
grpc_exec_ctx* exec_ctx, grpc_lb_subchannel_list* subchannel_list,
const char* reason);
-
-
#endif /* GRPC_CORE_EXT_FILTERS_CLIENT_CHANNEL_LB_POLICY_SUBCHANNEL_LIST_H */