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.20-90-g33cc770


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  33cc770b986b5a913576cf264e6dff3b0f6aea95 (commit)
      from  0742aef6e52a935f9ccd69594831b56d807feef3 (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=33cc770b986b5a913576cf264e6dff3b0f6aea95

commit 33cc770b986b5a913576cf264e6dff3b0f6aea95
Author: Siddhesh Poyarekar <siddhesh@redhat.com>
Date:   Fri Oct 17 15:52:46 2014 +0530

    Fix up incorrect formatting in last commit

diff --git a/ChangeLog b/ChangeLog
index 1aa1e6e..3a5cddd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
+
+	* string/strcoll_l.c (get_next_seq): Fix up formatting.
+	(do_compare): Likewise.
+
 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
 
 	[BZ #15884]
diff --git a/string/strcoll_l.c b/string/strcoll_l.c
index 6677eaf..7a2d066 100644
--- a/string/strcoll_l.c
+++ b/string/strcoll_l.c
@@ -65,9 +65,9 @@ typedef struct
 /* Get next sequence.  Traverse the string as required.  */
 static void
 get_next_seq (coll_seq *seq, int nrules, const unsigned char *rulesets,
-		      const USTRING_TYPE *weights, const int32_t *table,
-		      const USTRING_TYPE *extra, const int32_t *indirect,
-		      int pass)
+	      const USTRING_TYPE *weights, const int32_t *table,
+	      const USTRING_TYPE *extra, const int32_t *indirect,
+	      int pass)
 {
   size_t val = seq->val = 0;
   int len = seq->len;
@@ -196,7 +196,7 @@ get_next_seq (coll_seq *seq, int nrules, const unsigned char *rulesets,
 /* Compare two sequences.  */
 static int
 do_compare (coll_seq *seq1, coll_seq *seq2, int position,
-		    const USTRING_TYPE *weights)
+	    const USTRING_TYPE *weights)
 {
   int seq1len = seq1->len;
   int seq2len = seq2->len;

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

Summary of changes:
 ChangeLog          |    5 +++++
 string/strcoll_l.c |    8 ++++----
 2 files changed, 9 insertions(+), 4 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]