bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] select.c: indent with spaces, not TABs


From: Jim Meyering
Subject: [PATCH] select.c: indent with spaces, not TABs
Date: Sun, 08 Jan 2012 14:36:57 +0100

FYI,

>From 1fa2b522480d4834a8c2724eec571d5ad56031e4 Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Sun, 8 Jan 2012 14:35:22 +0100
Subject: [PATCH] select.c: indent with spaces, not TABs

* lib/select.c (windows_poll_handle): Indent with spaces, not TABs.
---
 ChangeLog    |    5 +++++
 lib/select.c |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index c45f209..e8ec01e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-01-08  Jim Meyering  <address@hidden>
+
+       select.c: indent with spaces, not TABs
+       * lib/select.c (windows_poll_handle): Indent with spaces, not TABs.
+
 2012-01-07  Paolo Bonzini  <address@hidden>

        quotearg: do not use grave accent for left quote
diff --git a/lib/select.c b/lib/select.c
index 0f88b7b..c5522a0 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;
--
1.7.9.rc0.2.g4b783



reply via email to

[Prev in Thread] Current Thread [Next in Thread]