summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-01-08 14:35:22 +0100
committerJim Meyering <meyering@redhat.com>2012-01-08 14:35:22 +0100
commit1fa2b522480d4834a8c2724eec571d5ad56031e4 (patch)
tree10aa950fe0b9bd920c4a3a9f0fe3559fda13e663 /lib
parent602241295d8c9845a6cf5098ca53bc4e0afd5839 (diff)
downloadgnulib-1fa2b522480d4834a8c2724eec571d5ad56031e4.tar.gz
select.c: indent with spaces, not TABs
* lib/select.c (windows_poll_handle): Indent with spaces, not TABs.
Diffstat (limited to 'lib')
-rw-r--r--lib/select.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/select.c b/lib/select.c
index 0f88b7b0c5..c5522a0567 100644
--- a/lib/select.c
+++ b/lib/select.c
@@ -102,8 +102,8 @@ IsSocketHandle (HANDLE h)
static int
windows_poll_handle (HANDLE h, int fd,
- struct bitset *rbits,
- struct bitset *wbits,
+ struct bitset *rbits,
+ struct bitset *wbits,
struct bitset *xbits)
{
BOOL read, write, except;