Skip to content

Commit

Permalink
Committing clang-format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 12, 2023
1 parent c889ce8 commit 3e0da1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions testpar/t_filters_parallel.c
Original file line number Diff line number Diff line change
Expand Up @@ -9773,7 +9773,8 @@ main(int argc, char **argv)
if ((test_express_level_g >= 1) && MAINPROCESS) {
printf("** Some tests will be skipped due to TestExpress setting.\n");
printf("** Exhaustive tests will only be performed for the first available filter.\n");
printf("** Set the HDF5TestExpress environment variable to 0 to perform exhaustive testing for all available filters.\n\n");
printf("** Set the HDF5TestExpress environment variable to 0 to perform exhaustive testing for all "
"available filters.\n\n");
}

/*
Expand Down Expand Up @@ -9941,8 +9942,7 @@ main(int argc, char **argv)
* - The default setting for selection I/O
*/
if (expedite_testing) {
if (test_mode != USE_SINGLE_DATASET ||
space_alloc_time != H5D_ALLOC_TIME_INCR ||
if (test_mode != USE_SINGLE_DATASET || space_alloc_time != H5D_ALLOC_TIME_INCR ||
chunk_opt != H5FD_MPIO_CHUNK_ONE_IO ||
sel_io_mode != H5D_SELECTION_IO_MODE_DEFAULT)
continue;
Expand Down

0 comments on commit 3e0da1c

Please sign in to comment.