1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

Whitespace fixes.

This commit is contained in:
Ulrich Drepper
2009-11-17 16:24:26 -08:00
parent 3a00b16da4
commit 3933378fd3

View File

@ -83,7 +83,7 @@ do_test (void)
for (n = 0; n < tests[i].nmatch; ++n) for (n = 0; n < tests[i].nmatch; ++n)
if (rm[n].rm_so != tests[i].rm[n].rm_so 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) if (tests[i].rm[n].rm_so == -1 && tests[i].rm[n].rm_eo == -1)
break; break;