]> Savannah Git Hosting - gnulib.git/commitdiff
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 c45f209084a72788f190e8812a5929ce019dba7a..e8ec01e408e9d59feaab02e42214428df3320303 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 0f88b7b0c5122ef83ff2ff9f49b13f1ad6e2e312..c5522a0567455507930a41c5207f48df2626fa3a 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;