aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/surface
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-07-01 10:37:40 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-07-01 10:37:40 -0700
commitb3671531159b7bbce54c4c3ee4895380a4c968fc (patch)
tree95bb9debded8c02bb06757bc19ddf925ab93a073 /src/core/surface
parent17be5dc7969f21d99a40cb116f84067eee54923b (diff)
clang-format changed files
Diffstat (limited to 'src/core/surface')
-rw-r--r--src/core/surface/secure_channel_create.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/surface/secure_channel_create.c b/src/core/surface/secure_channel_create.c
index 927c678c67..76fc862621 100644
--- a/src/core/surface/secure_channel_create.c
+++ b/src/core/surface/secure_channel_create.c
@@ -142,7 +142,8 @@ static void subchannel_factory_ref(grpc_subchannel_factory *scf) {
static void subchannel_factory_unref(grpc_subchannel_factory *scf) {
subchannel_factory *f = (subchannel_factory *)scf;
if (gpr_unref(&f->refs)) {
- GRPC_SECURITY_CONNECTOR_UNREF(&f->security_connector->base, "subchannel_factory");
+ GRPC_SECURITY_CONNECTOR_UNREF(&f->security_connector->base,
+ "subchannel_factory");
grpc_channel_args_destroy(f->merge_args);
grpc_mdctx_unref(f->mdctx);
gpr_free(f);