aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/iomgr/pollset_set_windows.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/iomgr/pollset_set_windows.h')
-rw-r--r--src/core/iomgr/pollset_set_windows.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/core/iomgr/pollset_set_windows.h b/src/core/iomgr/pollset_set_windows.h
index 0fb03cd27a..cada0d2b61 100644
--- a/src/core/iomgr/pollset_set_windows.h
+++ b/src/core/iomgr/pollset_set_windows.h
@@ -34,9 +34,6 @@
#ifndef GRPC_INTERNAL_CORE_IOMGR_POLLSET_SET_WINDOWS_H
#define GRPC_INTERNAL_CORE_IOMGR_POLLSET_SET_WINDOWS_H
-typedef struct grpc_pollset_set
-{
- void *unused;
-} grpc_pollset_set;
+typedef struct grpc_pollset_set { void *unused; } grpc_pollset_set;
#endif /* GRPC_INTERNAL_CORE_IOMGR_POLLSET_WINDOWS_H */