Add semicolons to more PASSED() invocations.

This commit is contained in:
David Young 2020-02-28 16:52:22 -06:00
parent 3e93aa9514
commit b53eb6fb29
4 changed files with 5 additions and 5 deletions

View File

@ -65,7 +65,7 @@ main (int argc, char **argv)
if(MAINPROCESS) {
if(0 == nerrors)
PASSED()
PASSED();
else
H5_FAILED()
}

View File

@ -189,7 +189,7 @@ main(int argc, char *argv[])
goto error;
}
else if(mpi_rank == 0) {
PASSED()
PASSED();
}
/* Check the case where the file was not flushed. This should give an error
@ -203,7 +203,7 @@ main(int argc, char *argv[])
h5_fixname(FILENAME[1], fapl_id2, name, sizeof(name));
if(check_test_file(name, fapl_id2)) {
if(mpi_rank == 0)
PASSED()
PASSED();
}
else {
H5_FAILED()

View File

@ -128,7 +128,7 @@ main (int argc, char **argv)
if(MAINPROCESS) {
if(0 == nerrors)
PASSED()
PASSED();
else
H5_FAILED()
}

View File

@ -116,7 +116,7 @@ main (int argc, char **argv)
if(MAINPROCESS) {
if(0 == nerrors)
PASSED()
PASSED();
else
H5_FAILED()
}