Reformat.

This commit is contained in:
Andreas Jaeger 2000-08-20 10:32:05 +00:00
parent 7a66c585c3
commit 768b07329e

View file

@ -83,6 +83,7 @@ main (void)
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;