aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/timer_manager.cc
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-12-10 12:51:33 -0800
committerGravatar Muxi Yan <mxyan@google.com>2018-12-10 12:51:33 -0800
commite9dd13bfcf8d5e699582b92376548038ab635c7c (patch)
tree1a1ee9a0df3d1f68aa484c235a7a83df2df793be /src/core/lib/iomgr/timer_manager.cc
parentef7d45d2ab2679ecd1ed08f6ce897063a4f783da (diff)
clang-format
Diffstat (limited to 'src/core/lib/iomgr/timer_manager.cc')
-rw-r--r--src/core/lib/iomgr/timer_manager.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/lib/iomgr/timer_manager.cc b/src/core/lib/iomgr/timer_manager.cc
index 143a96c9bc..cb123298cf 100644
--- a/src/core/lib/iomgr/timer_manager.cc
+++ b/src/core/lib/iomgr/timer_manager.cc
@@ -194,8 +194,8 @@ static bool wait_until(grpc_millis next) {
gpr_log(GPR_INFO, "sleep until kicked");
}
- // For debug of the timer manager crash only.
- // TODO (mxyan): remove after bug is fixed.
+ // For debug of the timer manager crash only.
+ // TODO (mxyan): remove after bug is fixed.
#ifdef GRPC_DEBUG_TIMER_MANAGER
g_next_value = next;
#endif