From 1fa2b522480d4834a8c2724eec571d5ad56031e4 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 8 Jan 2012 14:35:22 +0100 Subject: [PATCH] select.c: indent with spaces, not TABs * lib/select.c (windows_poll_handle): Indent with spaces, not TABs. --- ChangeLog | 5 +++++ lib/select.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c45f20908..e8ec01e40 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-01-08 Jim Meyering + + select.c: indent with spaces, not TABs + * lib/select.c (windows_poll_handle): Indent with spaces, not TABs. + 2012-01-07 Paolo Bonzini quotearg: do not use grave accent for left quote diff --git a/lib/select.c b/lib/select.c index 0f88b7b0c..c5522a056 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; -- 2.11.0