summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-06-10 16:53:41 (GMT)
committergithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-06-10 16:53:41 (GMT)
commit0a33dd8847f82ceceabb305b28585864907a7e1b (patch)
treecc10a932e13d77c50495e0bd18a831caf0b8c504
parenta1647afd6030b43049c8f6929c70537e3016ab7c (diff)
downloadhdf5-0a33dd8847f82ceceabb305b28585864907a7e1b.zip
hdf5-0a33dd8847f82ceceabb305b28585864907a7e1b.tar.gz
hdf5-0a33dd8847f82ceceabb305b28585864907a7e1b.tar.bz2
Committing clang-format changes
-rw-r--r--test/swmr_remove_writer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/swmr_remove_writer.c b/test/swmr_remove_writer.c
index ab82947..e209285 100644
--- a/test/swmr_remove_writer.c
+++ b/test/swmr_remove_writer.c
@@ -156,7 +156,7 @@ remove_records(hid_t fid, unsigned verbose, unsigned long nshrinks, unsigned lon
hsize_t remove_size; /* Size to reduce dataset dimension by */
/* Get a random dataset, according to the symbol distribution */
- symbol = choose_dataset(NULL, NULL,verbose);
+ symbol = choose_dataset(NULL, NULL, verbose);
/* Shrink the dataset's dataspace */
remove_size = (hsize_t)HDrandom() % MAX_REMOVE_SIZE + 1;