aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/timer_manager.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-05-05 10:42:57 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-05-05 10:42:57 -0700
commit6e0df1478ebfa37c3b5f198b41c119b4e9e3e464 (patch)
tree20380cd2107f12d2c03163fe10ee4d8093eed1f2 /src/core/lib/iomgr/timer_manager.h
parentbc0ab08652fb93bb030aa97955bd8c109a3d3215 (diff)
Header formatting
Diffstat (limited to 'src/core/lib/iomgr/timer_manager.h')
-rw-r--r--src/core/lib/iomgr/timer_manager.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/lib/iomgr/timer_manager.h b/src/core/lib/iomgr/timer_manager.h
index 0b21262b1a..46729ccea6 100644
--- a/src/core/lib/iomgr/timer_manager.h
+++ b/src/core/lib/iomgr/timer_manager.h
@@ -31,8 +31,8 @@
*
*/
-#ifndef GRPC_CORE_IOMGR_TIMER_MANAGER_H
-#define GRPC_CORE_IOMGR_TIMER_MANAGER_H
+#ifndef GRPC_CORE_LIB_IOMGR_TIMER_MANAGER_H
+#define GRPC_CORE_LIB_IOMGR_TIMER_MANAGER_H
#include <stdbool.h>
@@ -49,4 +49,4 @@ void grpc_timer_manager_set_threading(bool enabled);
* disabled */
void grpc_timer_manager_tick(void);
-#endif
+#endif /* GRPC_CORE_LIB_IOMGR_TIMER_MANAGER_H */