indent pass to get logical source lines on one physical line
diff --git a/src/core/iomgr/alarm_internal.h b/src/core/iomgr/alarm_internal.h
index 4d6076a..5bcfee1 100644
--- a/src/core/iomgr/alarm_internal.h
+++ b/src/core/iomgr/alarm_internal.h
@@ -49,15 +49,14 @@
    with high probability at least one thread in the system will see an update
    at any time slice. */
 
-int grpc_alarm_check(gpr_timespec now, gpr_timespec *next,
-                     grpc_closure_list *closure_list);
-void grpc_alarm_list_init(gpr_timespec now);
-void grpc_alarm_list_shutdown(grpc_closure_list *closure_list);
+int grpc_alarm_check (gpr_timespec now, gpr_timespec * next, grpc_closure_list * closure_list);
+void grpc_alarm_list_init (gpr_timespec now);
+void grpc_alarm_list_shutdown (grpc_closure_list * closure_list);
 
-gpr_timespec grpc_alarm_list_next_timeout(void);
+gpr_timespec grpc_alarm_list_next_timeout (void);
 
 /* the following must be implemented by each iomgr implementation */
 
-void grpc_kick_poller(void);
+void grpc_kick_poller (void);
 
 #endif /* GRPC_INTERNAL_CORE_IOMGR_ALARM_INTERNAL_H */