summaryrefslogtreecommitdiffstats
path: root/test/dsets.c
diff options
context:
space:
mode:
authorJacob Smith <jake.smith@hdfgroup.org>2018-12-13 20:02:29 (GMT)
committerJacob Smith <jake.smith@hdfgroup.org>2018-12-13 20:02:29 (GMT)
commit0a4834c2645b5d6f2fbe6ae6d04733e59792d9f8 (patch)
tree272f4a59dac7ad5ab2a240ea0a8c664eb9619c59 /test/dsets.c
parent8b9c4b50e30f744d0bb42d22074f61da0fba66d8 (diff)
downloadhdf5-0a4834c2645b5d6f2fbe6ae6d04733e59792d9f8.zip
hdf5-0a4834c2645b5d6f2fbe6ae6d04733e59792d9f8.tar.gz
hdf5-0a4834c2645b5d6f2fbe6ae6d04733e59792d9f8.tar.bz2
Reformat to be more consistent with existing code.
Fix a few typos.
Diffstat (limited to 'test/dsets.c')
-rw-r--r--test/dsets.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/test/dsets.c b/test/dsets.c
index 292ea06..0b6d0ad 100644
--- a/test/dsets.c
+++ b/test/dsets.c
@@ -13057,7 +13057,7 @@ test_versionbounds(void)
* Failure/error: -1
*
* Programmer: Jacob Smith
- * 15 Aug 2018
+ * 2018 August 15
*
* Changes: None.
*-----------------------------------------------------------------------------
@@ -13075,11 +13075,7 @@ test_object_header_minimization_dcpl(void)
/* SETUP */
/*********/
- file_id = H5Fcreate(
- "some_arbitrary_filename",
- H5F_ACC_TRUNC,
- H5P_DEFAULT,
- H5P_DEFAULT);
+ file_id = H5Fcreate("some_arbitrary_filename", H5F_ACC_TRUNC, H5P_DEFAULT, H5P_DEFAULT);
if (0 > file_id)
FAIL_PUTS_ERROR("unable to create test file\n");