aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters/client_channel/client_channel_plugin.cc
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-10-16 13:51:45 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-10-16 13:51:45 -0700
commitcdaf6d8e0660f83b708e4e73e90a4deaeab7ea2b (patch)
tree25a849ba310eb6a540e8e500a4305122520383c7 /src/core/ext/filters/client_channel/client_channel_plugin.cc
parent6014e8a945fa81fad7d0311a8a7cded0c2aaa827 (diff)
clang-format
Diffstat (limited to 'src/core/ext/filters/client_channel/client_channel_plugin.cc')
-rw-r--r--src/core/ext/filters/client_channel/client_channel_plugin.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/ext/filters/client_channel/client_channel_plugin.cc b/src/core/ext/filters/client_channel/client_channel_plugin.cc
index d67e11e976..407b8349d8 100644
--- a/src/core/ext/filters/client_channel/client_channel_plugin.cc
+++ b/src/core/ext/filters/client_channel/client_channel_plugin.cc
@@ -78,9 +78,9 @@ extern "C" void grpc_client_channel_init(void) {
GRPC_CLIENT_CHANNEL, GRPC_CHANNEL_INIT_BUILTIN_PRIORITY, append_filter,
(void *)&grpc_client_channel_filter);
grpc_http_connect_register_handshaker_factory();
-
+
#ifndef NDEBUG
-
+
#endif
}