summaryrefslogtreecommitdiffstats
path: root/openbsd-compat/bsd-poll.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2021-04-03 08:47:37 +0200
committerDamien Miller <djm@mindrot.org>2021-04-03 08:47:37 +0200
commit57ed647ee07bb883a2f2264231bcd1df6a5b9392 (patch)
treeb6857717f688761bc7c4891ece4b23a4413076fa /openbsd-compat/bsd-poll.h
parentupstream: highly polished whitespace, mostly fixing spaces-for-tab (diff)
downloadopenssh-57ed647ee07bb883a2f2264231bcd1df6a5b9392.tar.xz
openssh-57ed647ee07bb883a2f2264231bcd1df6a5b9392.zip
polish whitespace for portable files
Diffstat (limited to 'openbsd-compat/bsd-poll.h')
-rw-r--r--openbsd-compat/bsd-poll.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsd-compat/bsd-poll.h b/openbsd-compat/bsd-poll.h
index 17945f5b4..8420ca1db 100644
--- a/openbsd-compat/bsd-poll.h
+++ b/openbsd-compat/bsd-poll.h
@@ -32,7 +32,7 @@
#define _COMPAT_POLL_H_
typedef struct pollfd {
- int fd;
+ int fd;
short events;
short revents;
} pollfd_t;