changeset 16249:cea73291b538

select.c: indent with spaces, not TABs * lib/select.c (windows_poll_handle): Indent with spaces, not TABs.
author Jim Meyering <meyering@redhat.com>
date Sun, 08 Jan 2012 14:35:22 +0100
parents ed875a30bb12
children 8ae5072d94d8
files ChangeLog lib/select.c
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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;