mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-09 10:50:08 +00:00
Reformat.
This commit is contained in:
parent
7a66c585c3
commit
768b07329e
@ -83,6 +83,7 @@ main (void)
|
|||||||
for (i = 0; i < sizeof (tests) / sizeof (tests[0]); ++i)
|
for (i = 0; i < sizeof (tests) / sizeof (tests[0]); ++i)
|
||||||
{
|
{
|
||||||
tm = getdate (tests[i].str);
|
tm = getdate (tests[i].str);
|
||||||
|
|
||||||
if (getdate_err != tests[i].err)
|
if (getdate_err != tests[i].err)
|
||||||
{
|
{
|
||||||
printf ("Failure for getdate (\"%s\"):\n", tests[i].str);
|
printf ("Failure for getdate (\"%s\"):\n", tests[i].str);
|
||||||
@ -108,9 +109,8 @@ main (void)
|
|||||||
tests[i].tm.tm_hour, tests[i].tm.tm_min, tests[i].tm.tm_sec);
|
tests[i].tm.tm_hour, tests[i].tm.tm_min, tests[i].tm.tm_sec);
|
||||||
++errors;
|
++errors;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!errors)
|
if (!errors)
|
||||||
printf ("No errors found.\n");
|
printf ("No errors found.\n");
|
||||||
return errors != 0;
|
return errors != 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user