summaryrefslogtreecommitdiffstats
path: root/test/earray.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-07-30 17:39:20 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-07-30 17:39:20 (GMT)
commit44e2ddac97a6bae4637ef040c9f1a9f7b70978f3 (patch)
tree47af2f9e7848128c7da556ab242efd5d27d06011 /test/earray.c
parent4df595c22da9c316b44a46602091fd5fe261abe9 (diff)
downloadhdf5-44e2ddac97a6bae4637ef040c9f1a9f7b70978f3.zip
hdf5-44e2ddac97a6bae4637ef040c9f1a9f7b70978f3.tar.gz
hdf5-44e2ddac97a6bae4637ef040c9f1a9f7b70978f3.tar.bz2
Merge cleanup mostly whitespace
Diffstat (limited to 'test/earray.c')
-rw-r--r--test/earray.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/earray.c b/test/earray.c
index bb258c7..57df4d5 100644
--- a/test/earray.c
+++ b/test/earray.c
@@ -530,10 +530,10 @@ verify_cparam(const H5EA_t *ea, const H5EA_create_t *cparam)
TEST_ERROR
/* Success */
- return 0;
+ return SUCCEED;
error:
- return -1;
+ return FAIL;
} /* verify_cparam() */