aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2019-01-08 16:06:38 +0100
committerGravatar Jan Tattermusch <jtattermusch@google.com>2019-01-08 16:06:38 +0100
commit5a6c984d3ab6084a092173a6c19eb52c5aae8414 (patch)
treee510845d0a15dca6b6b2ca2d86b27ea4ad475458 /src
parent832e5f06c305b88d3ac662fd19f2c1985e664403 (diff)
clang format code
Diffstat (limited to 'src')
-rw-r--r--src/ruby/ext/grpc/rb_channel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ruby/ext/grpc/rb_channel.c b/src/ruby/ext/grpc/rb_channel.c
index 2e570b8e87..5bde962f78 100644
--- a/src/ruby/ext/grpc/rb_channel.c
+++ b/src/ruby/ext/grpc/rb_channel.c
@@ -327,8 +327,8 @@ static void* wait_for_watch_state_op_complete_without_gvl(void* arg) {
void* success = (void*)0;
gpr_mu_lock(&global_connection_polling_mu);
- // it's unsafe to do a "watch" after "channel polling abort" because the cq has
- // been shut down.
+ // it's unsafe to do a "watch" after "channel polling abort" because the cq
+ // has been shut down.
if (abort_channel_polling || stack->bg_wrapped->channel_destroyed) {
gpr_mu_unlock(&global_connection_polling_mu);
return (void*)0;