mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Reformat.
This commit is contained in:
parent
7a66c585c3
commit
768b07329e
@ -77,12 +77,13 @@ main (void)
|
||||
int errors = 0;
|
||||
int i;
|
||||
struct tm *tm;
|
||||
|
||||
|
||||
setenv ("TZ", "Universal", 1);
|
||||
|
||||
for (i = 0; i < sizeof (tests) / sizeof (tests[0]); ++i)
|
||||
{
|
||||
tm = getdate (tests[i].str);
|
||||
|
||||
if (getdate_err != tests[i].err)
|
||||
{
|
||||
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);
|
||||
++errors;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
if (!errors)
|
||||
printf ("No errors found.\n");
|
||||
return errors != 0;
|
||||
|
Loading…
Reference in New Issue
Block a user