mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Fix up incorrect formatting in last commit
This commit is contained in:
@ -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>
|
2014-10-17 Leonhard Holz <leonhard.holz@web.de>
|
||||||
|
|
||||||
[BZ #15884]
|
[BZ #15884]
|
||||||
|
@ -65,9 +65,9 @@ typedef struct
|
|||||||
/* Get next sequence. Traverse the string as required. */
|
/* Get next sequence. Traverse the string as required. */
|
||||||
static void
|
static void
|
||||||
get_next_seq (coll_seq *seq, int nrules, const unsigned char *rulesets,
|
get_next_seq (coll_seq *seq, int nrules, const unsigned char *rulesets,
|
||||||
const USTRING_TYPE *weights, const int32_t *table,
|
const USTRING_TYPE *weights, const int32_t *table,
|
||||||
const USTRING_TYPE *extra, const int32_t *indirect,
|
const USTRING_TYPE *extra, const int32_t *indirect,
|
||||||
int pass)
|
int pass)
|
||||||
{
|
{
|
||||||
size_t val = seq->val = 0;
|
size_t val = seq->val = 0;
|
||||||
int len = seq->len;
|
int len = seq->len;
|
||||||
@ -196,7 +196,7 @@ get_next_seq (coll_seq *seq, int nrules, const unsigned char *rulesets,
|
|||||||
/* Compare two sequences. */
|
/* Compare two sequences. */
|
||||||
static int
|
static int
|
||||||
do_compare (coll_seq *seq1, coll_seq *seq2, int position,
|
do_compare (coll_seq *seq1, coll_seq *seq2, int position,
|
||||||
const USTRING_TYPE *weights)
|
const USTRING_TYPE *weights)
|
||||||
{
|
{
|
||||||
int seq1len = seq1->len;
|
int seq1len = seq1->len;
|
||||||
int seq2len = seq2->len;
|
int seq2len = seq2->len;
|
||||||
|
Reference in New Issue
Block a user