select.c: indent with spaces, not TABs
authorJim Meyering <meyering@redhat.com>
Sun, 8 Jan 2012 13:35:22 +0000 (14:35 +0100)
committerJim Meyering <meyering@redhat.com>
Sun, 8 Jan 2012 13:35:22 +0000 (14:35 +0100)
* lib/select.c (windows_poll_handle): Indent with spaces, not TABs.

ChangeLog
lib/select.c

index c45f209..e8ec01e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-01-08  Jim Meyering  <meyering@redhat.com>
+
+       select.c: indent with spaces, not TABs
+       * lib/select.c (windows_poll_handle): Indent with spaces, not TABs.
+
 2012-01-07  Paolo Bonzini  <bonzini@gnu.org>
 
        quotearg: do not use grave accent for left quote
index 0f88b7b..c5522a0 100644 (file)
@@ -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;