From 3c504c8b5a9a2dcbc887cacc13c239347b57c9c1 Mon Sep 17 00:00:00 2001
From: yang-g <yangg@google.com>
Date: Mon, 7 Dec 2015 15:31:16 -0800
Subject: [PATCH] clang-format

---
 src/core/surface/channel.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/core/surface/channel.c b/src/core/surface/channel.c
index 57d5d968a1..25c2e05e3c 100644
--- a/src/core/surface/channel.c
+++ b/src/core/surface/channel.c
@@ -131,7 +131,8 @@ grpc_channel *grpc_channel_create_from_filters(
         } else {
           if (channel->default_authority) {
             /* other ways of setting this (notably ssl) take precedence */
-            gpr_log(GPR_ERROR, "%s ignored: default host already set some other way",
+            gpr_log(GPR_ERROR,
+                    "%s ignored: default host already set some other way",
                     GRPC_ARG_DEFAULT_AUTHORITY);
           } else {
             channel->default_authority = grpc_mdelem_from_strings(
-- 
GitLab