diff options
author | Craig Tiller <ctiller@google.com> | 2015-07-01 10:37:40 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-07-01 10:37:40 -0700 |
commit | b3671531159b7bbce54c4c3ee4895380a4c968fc (patch) | |
tree | 95bb9debded8c02bb06757bc19ddf925ab93a073 /src/core/surface | |
parent | 17be5dc7969f21d99a40cb116f84067eee54923b (diff) |
clang-format changed files
Diffstat (limited to 'src/core/surface')
-rw-r--r-- | src/core/surface/secure_channel_create.c | 3 |
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); |