From: Jim Meyering Date: Sun, 8 Jan 2012 13:35:22 +0000 (+0100) Subject: select.c: indent with spaces, not TABs X-Git-Tag: v0.1~1277 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=1fa2b522480d4834a8c2724eec571d5ad56031e4;p=gnulib.git select.c: indent with spaces, not TABs * lib/select.c (windows_poll_handle): Indent with spaces, not TABs. --- 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;