Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
fortnern committed Oct 20, 2023
1 parent 1f7dd3e commit f6e448d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testpar/t_filters_parallel.c
Original file line number Diff line number Diff line change
Expand Up @@ -9803,7 +9803,8 @@ test_fill_time_never(const char *parent_group, H5Z_filter_t filter_id, hid_t fap
* yet, because there's no guarantee as to what may have been
* read from the dataset.
*/
read_datasets(num_dsets, dset_ids, HDF5_DATATYPE_NAME, H5S_ALL, H5S_ALL, dcpl_id, dxpl_id, read_bufs, test_mode, true, true, true);
read_datasets(num_dsets, dset_ids, HDF5_DATATYPE_NAME, H5S_ALL, H5S_ALL, dcpl_id, dxpl_id, read_bufs,
test_mode, true, true, true);

/*
* Write to part of the first chunk in the dataset with
Expand Down

0 comments on commit f6e448d

Please sign in to comment.