aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/timer_manager.cc
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2018-10-02 12:42:37 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2018-10-10 13:45:47 +0200
commitd94b49a1df376bb7bafa4e8610a076b7fa568f0a (patch)
tree5d31a6556ab64b0a7e7d9ac0a1c86f4d7a2cce46 /src/core/lib/iomgr/timer_manager.cc
parent40e8dbed6f719fb11b92d1358b134cdd9a5854e7 (diff)
unify fallthrough comment in switch statements
Diffstat (limited to 'src/core/lib/iomgr/timer_manager.cc')
-rw-r--r--src/core/lib/iomgr/timer_manager.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/timer_manager.cc b/src/core/lib/iomgr/timer_manager.cc
index 54f19a9259..ceba79f678 100644
--- a/src/core/lib/iomgr/timer_manager.cc
+++ b/src/core/lib/iomgr/timer_manager.cc
@@ -245,7 +245,7 @@ static void timer_main_loop() {
gpr_log(GPR_INFO, "timers not checked: expect another thread to");
}
next = GRPC_MILLIS_INF_FUTURE;
- /* fall through */
+ // fallthrough
case GRPC_TIMERS_CHECKED_AND_EMPTY:
if (!wait_until(next)) {
return;