This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.19-112-gd4b1725


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  d4b17258bba38f206079fbae1e7255779db1b74c (commit)
      from  091eff71a5edacb5a321c6e573f09a5358540675 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=d4b17258bba38f206079fbae1e7255779db1b74c

commit d4b17258bba38f206079fbae1e7255779db1b74c
Author: Siddhesh Poyarekar <siddhesh@redhat.com>
Date:   Tue Mar 4 15:49:58 2014 +0530

    Fix up formatting in tst-ftell-active-handler.c

diff --git a/ChangeLog b/ChangeLog
index 90ca90c..cdb5b85 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
 
+	* libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
+	formatting.
+	(get_handles_fopen): Likewise.
+	(do_write_test): Likewise.
+
 	* libio/wfileops.c (do_ftell_wide): Fix up formatting.
 
 	* libio/fileops.c (do_ftell): Use cached offset when
diff --git a/libio/tst-ftell-active-handler.c b/libio/tst-ftell-active-handler.c
index 175e904..54bfe63 100644
--- a/libio/tst-ftell-active-handler.c
+++ b/libio/tst-ftell-active-handler.c
@@ -44,11 +44,11 @@ static int do_test (void);
     {									      \
       (fp) = fdopen ((fd), (mode));					      \
       if ((fp) == NULL)							      \
-        {								      \
-          printf ("fdopen failed: %m\n");				      \
-          close (fd);							      \
-          ret = 1;							      \
-        }								      \
+	{								      \
+	  printf ("fdopen failed: %m\n");				      \
+	  close (fd);							      \
+	  ret = 1;							      \
+	}								      \
     }									      \
   ret;									      \
 })
@@ -66,7 +66,7 @@ static int do_test (void);
     {									      \
       (fd) = fileno (fp);						      \
       if ((fd) == -1)							      \
-        {								      \
+	{								      \
 	  printf ("fileno failed: %m\n");				      \
 	  ret = 1;							      \
 	}								      \
@@ -230,7 +230,7 @@ do_write_test (const char *filename)
 
 	  printf ("offset = %ld\n", offset);
 	  fclose (fp);
-        }
+	}
     }
 
   return ret;

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                        |    5 +++++
 libio/tst-ftell-active-handler.c |   14 +++++++-------
 2 files changed, 12 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]