From 829c3a83c36251c4134ac81d8cc6012b7af8227b Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Dec 2021 23:40:28 +0000 Subject: Committing clang-format changes --- test/vfd_swmr_indep_rw_writer.c | 11 +++++------ 1 file 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) { -- cgit v0.12