aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/endpoint_pair.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/lib/iomgr/endpoint_pair.h')
-rw-r--r--src/core/lib/iomgr/endpoint_pair.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/lib/iomgr/endpoint_pair.h b/src/core/lib/iomgr/endpoint_pair.h
index 35158da0aa..506ffc88b4 100644
--- a/src/core/lib/iomgr/endpoint_pair.h
+++ b/src/core/lib/iomgr/endpoint_pair.h
@@ -21,8 +21,6 @@
#include "src/core/lib/iomgr/endpoint.h"
-
-
typedef struct {
grpc_endpoint* client;
grpc_endpoint* server;
@@ -31,6 +29,4 @@ typedef struct {
grpc_endpoint_pair grpc_iomgr_create_endpoint_pair(const char* name,
grpc_channel_args* args);
-
-
#endif /* GRPC_CORE_LIB_IOMGR_ENDPOINT_PAIR_H */