summaryrefslogtreecommitdiff
path: root/lib/pselect.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2018-06-25 21:45:23 +0200
committerBruno Haible <bruno@clisp.org>2018-06-25 21:45:23 +0200
commitd7cf3b8d27f6b7ccbcdcdd9d18d7e12208795e3d (patch)
tree382e97c6a19bbd00c4257093416a97b9619a3119 /lib/pselect.c
parentfcdf335e093e245e384874254ec897c97430ccf2 (diff)
downloadgnulib-d7cf3b8d27f6b7ccbcdcdd9d18d7e12208795e3d.tar.gz
Continue to use spaces for indentation, not tabs.
Diffstat (limited to 'lib/pselect.c')
-rw-r--r--lib/pselect.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/pselect.c b/lib/pselect.c
index 0566fdd904..f569a3355b 100644
--- a/lib/pselect.c
+++ b/lib/pselect.c
@@ -83,9 +83,9 @@ pselect (int nfds, fd_set *restrict rfds,
int
rpl_pselect (int nfds, fd_set *restrict rfds,
- fd_set *restrict wfds, fd_set *restrict xfds,
+ fd_set *restrict wfds, fd_set *restrict xfds,
struct timespec const *restrict timeout,
- sigset_t const *restrict sigmask)
+ sigset_t const *restrict sigmask)
{
int i;