diff --git a/src/ruby/end2end/prefork_loop_test.rb b/src/ruby/end2end/prefork_loop_test.rb index b68e3578d6709..4aa3a0a9dad08 100755 --- a/src/ruby/end2end/prefork_loop_test.rb +++ b/src/ruby/end2end/prefork_loop_test.rb @@ -34,4 +34,4 @@ def main end end -main \ No newline at end of file +main diff --git a/src/ruby/ext/grpc/rb_channel.c b/src/ruby/ext/grpc/rb_channel.c index 021c8f1165ac9..4a0557b33e8f8 100644 --- a/src/ruby/ext/grpc/rb_channel.c +++ b/src/ruby/ext/grpc/rb_channel.c @@ -833,7 +833,7 @@ void grpc_rb_channel_polling_thread_start() { &stop_waiting_for_thread_start, wait_until_channel_polling_thread_started_unblocking_func, &stop_waiting_for_thread_start); - } +} void grpc_rb_channel_polling_thread_stop() { if (!RTEST(g_channel_polling_thread)) {