diff options
author | github-actions <41898282+github-actions[bot]@users.noreply.github.com> | 2021-12-06 23:40:28 (GMT) |
---|---|---|
committer | github-actions <41898282+github-actions[bot]@users.noreply.github.com> | 2021-12-06 23:40:28 (GMT) |
commit | 829c3a83c36251c4134ac81d8cc6012b7af8227b (patch) | |
tree | e64e58d7182176a488d77e6583a9ff5f0edb97a2 /test | |
parent | 4734ef55293797acd07a4852abc0df038f80884c (diff) | |
download | hdf5-829c3a83c36251c4134ac81d8cc6012b7af8227b.zip hdf5-829c3a83c36251c4134ac81d8cc6012b7af8227b.tar.gz hdf5-829c3a83c36251c4134ac81d8cc6012b7af8227b.tar.bz2 |
Committing clang-format changes
Diffstat (limited to 'test')
-rw-r--r-- | test/vfd_swmr_indep_rw_writer.c | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/test/vfd_swmr_indep_rw_writer.c b/test/vfd_swmr_indep_rw_writer.c index 378e72f..2ab756b 100644 --- a/test/vfd_swmr_indep_rw_writer.c +++ b/test/vfd_swmr_indep_rw_writer.c @@ -46,7 +46,6 @@ #define DATA_RANK 2 #define NUM_ATTEMPTS 100 - /* Structure for filling the dataset values. Adapted from vfd_swmr_bigset_writer.c. */ typedef struct _mat { unsigned rows, cols; @@ -95,7 +94,7 @@ state_initializer(void) .first_proc = true}; } -/* Obtain the data value at index [i][j] for the 2D matrix. +/* Obtain the data value at index [i][j] for the 2D matrix. All the routines related to the matrix are adapted from the vfd_swmr_bigset_writer.c. */ static uint32_t matget(const mat_t *mat, unsigned i, unsigned j) @@ -355,8 +354,8 @@ error: return false; } -/* Initialize the configuration and the file creation and access property lists - * for the VFD SMWR independence of the reader/writer test. +/* Initialize the configuration and the file creation and access property lists + * for the VFD SMWR independence of the reader/writer test. */ static bool indep_init_vfd_swmr_config_plist(state_t *s, bool writer, const char *mdf_path) @@ -507,9 +506,9 @@ error: return false; } -/* Verify a dataset, this routine must be called after the open_dset(). +/* Verify a dataset, this routine must be called after the open_dset(). * It will use the dataset ID assigned by open_dset(). - */ + */ static bool vrfy_dset(const state_t *s, mat_t *mat) { |