summaryrefslogtreecommitdiffstats
path: root/test/accum_swmr_reader.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@lbl.gov>2020-04-21 13:10:26 (GMT)
committerQuincey Koziol <koziol@lbl.gov>2020-04-21 13:10:26 (GMT)
commitc9a21e932e179e8a12106d5c98f9357b12aa6e3f (patch)
treeab184e76824e8b4250ad9bf38286a65227fe2407 /test/accum_swmr_reader.c
parent7ba692badf9a1bafb9d3b2f72efbbdf773b5932a (diff)
parent9e5dbf69062d4d2cb40ba8f68edb355477fc9b67 (diff)
downloadhdf5-c9a21e932e179e8a12106d5c98f9357b12aa6e3f.zip
hdf5-c9a21e932e179e8a12106d5c98f9357b12aa6e3f.tar.gz
hdf5-c9a21e932e179e8a12106d5c98f9357b12aa6e3f.tar.bz2
Merge pull request #2527 in HDFFV/hdf5 from trim_whitespace to develop
* commit '9e5dbf69062d4d2cb40ba8f68edb355477fc9b67': Trim trailing whitespace
Diffstat (limited to 'test/accum_swmr_reader.c')
-rw-r--r--test/accum_swmr_reader.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/accum_swmr_reader.c b/test/accum_swmr_reader.c
index ac48a13..c3be09a 100644
--- a/test/accum_swmr_reader.c
+++ b/test/accum_swmr_reader.c
@@ -33,15 +33,15 @@ const char *FILENAME[] = {
/*-------------------------------------------------------------------------
* Function: main
- *
- * Purpose: This is the reader forked/execved by "test_swmr_write_big()"
+ *
+ * Purpose: This is the reader forked/execved by "test_swmr_write_big()"
* test in accum.c. The reader reads at address 1024 from the file
* and verifies that the metadata in the accumulator at address
* 1024 does get written to disk.
- *
+ *
* Return: Success: EXIT_SUCCESS
* Failure: EXIT_FAILURE
- *
+ *
* Programmer: Vailin Choi; June 2013
*
*-------------------------------------------------------------------------
@@ -85,7 +85,7 @@ main(void)
api_ctx_pushed = TRUE;
/* Get H5F_t * to internal file structure */
- if(NULL == (f = (H5F_t *)H5VL_object(fid)))
+ if(NULL == (f = (H5F_t *)H5VL_object(fid)))
FAIL_STACK_ERROR
/* Should read in [1024, 2024] with buf data */
@@ -93,7 +93,7 @@ main(void)
FAIL_STACK_ERROR;
/* Verify the data read is correct */
- if(HDmemcmp(buf, rbuf, (size_t)1024) != 0)
+ if(HDmemcmp(buf, rbuf, (size_t)1024) != 0)
TEST_ERROR;
/* CLose the file */