aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/iomgr.h
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2017-11-16 16:18:51 -0800
committerGravatar ncteisen <ncteisen@gmail.com>2017-11-17 14:09:14 -0800
commit66dfcf59190f5e2116edf972196c5107c9d563be (patch)
treee9af21ca23a49f9044882ede3232af0ceebbeb9a /src/core/lib/iomgr/iomgr.h
parent61c4d6b64833822e2db6f90ee0f74e76539c4c10 (diff)
clang fmt
Diffstat (limited to 'src/core/lib/iomgr/iomgr.h')
-rw-r--r--src/core/lib/iomgr/iomgr.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/lib/iomgr/iomgr.h b/src/core/lib/iomgr/iomgr.h
index 4e4fb4a1a2..2f00c0343d 100644
--- a/src/core/lib/iomgr/iomgr.h
+++ b/src/core/lib/iomgr/iomgr.h
@@ -22,8 +22,6 @@
#include <grpc/impl/codegen/exec_ctx_fwd.h>
#include "src/core/lib/iomgr/port.h"
-
-
/** Initializes the iomgr. */
void grpc_iomgr_init(grpc_exec_ctx* exec_ctx);
@@ -34,6 +32,4 @@ void grpc_iomgr_start(grpc_exec_ctx* exec_ctx);
* exec_ctx. */
void grpc_iomgr_shutdown(grpc_exec_ctx* exec_ctx);
-
-
#endif /* GRPC_CORE_LIB_IOMGR_IOMGR_H */