Skip to content

Commit

Permalink
Whitespace fixes.
Browse files Browse the repository at this point in the history
(cherry picked from commit 3933378)
  • Loading branch information
Ulrich Drepper authored and Petr Baudis committed Nov 18, 2009
1 parent c35a44f commit b12103e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions posix/bug-regex30.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ struct
regmatch_t rm[5];
} tests[] = {
/* U+0413 \xd0\x93 CYRILLIC CAPITAL LETTER GHE
U+0420 \xd0\xa0 CYRILLIC CAPITAL LETTER ER
U+0420 \xd0\xa0 CYRILLIC CAPITAL LETTER ER
U+0430 \xd0\xb0 CYRILLIC SMALL LETTER A
U+0433 \xd0\xb3 CYRILLIC SMALL LETTER GHE
U+0440 \xd1\x80 CYRILLIC SMALL LETTER ER
Expand Down Expand Up @@ -83,7 +83,7 @@ do_test (void)

for (n = 0; n < tests[i].nmatch; ++n)
if (rm[n].rm_so != tests[i].rm[n].rm_so
|| rm[n].rm_eo != tests[i].rm[n].rm_eo)
|| rm[n].rm_eo != tests[i].rm[n].rm_eo)
{
if (tests[i].rm[n].rm_so == -1 && tests[i].rm[n].rm_eo == -1)
break;
Expand Down

0 comments on commit b12103e

Please sign in to comment.