aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/http
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-01-06 14:54:18 -0800
committerGravatar Craig Tiller <ctiller@google.com>2017-01-06 14:54:18 -0800
commit76dca1995352461a97825a28a816c97f0eac2cfb (patch)
tree2e9c90d50971d4cdd8b5fcb6ebeee0755144818d /src/core/lib/http
parentbedb18959b9320929d25b230b592b76b96355e03 (diff)
clang-format
Diffstat (limited to 'src/core/lib/http')
-rw-r--r--src/core/lib/http/httpcli_security_connector.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/http/httpcli_security_connector.c b/src/core/lib/http/httpcli_security_connector.c
index fd6fda03c3..f4f6f3c27a 100644
--- a/src/core/lib/http/httpcli_security_connector.c
+++ b/src/core/lib/http/httpcli_security_connector.c
@@ -156,7 +156,7 @@ static void on_handshake_done(grpc_exec_ctx *exec_ctx, void *arg,
if (error != GRPC_ERROR_NONE) {
const char *msg = grpc_error_string(error);
gpr_log(GPR_ERROR, "Secure transport setup failed: %s", msg);
-
+
c->func(exec_ctx, c->arg, NULL);
} else {
grpc_channel_args_destroy(exec_ctx, args->args);