# HG changeset patch # User Jim Meyering # Date 1326029722 -3600 # Node ID cea73291b538ec44b9f0ff8b73945ad2e525148d # Parent ed875a30bb125362959a593bdceec47b8df1007f select.c: indent with spaces, not TABs * lib/select.c (windows_poll_handle): Indent with spaces, not TABs. diff --git a/ChangeLog b/ChangeLog --- 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 --- a/lib/select.c +++ b/lib/select.c @@ -102,8 +102,8 @@ 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;