summaryrefslogtreecommitdiffstats
path: root/test/mount.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/mount.c')
-rw-r--r--test/mount.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/mount.c b/test/mount.c
index 2502bbe..8c450cc 100644
--- a/test/mount.c
+++ b/test/mount.c
@@ -1504,7 +1504,6 @@ test_mount_after_unmount(hid_t fapl)
if(H5Fclose(fid4) < 0)
TEST_ERROR
-
/* Beginning of the actual test code */
/*
@@ -2685,7 +2684,7 @@ test_acc_perm(hid_t fapl)
if((gidAMZ = H5Gcreate2(fid1, "/A/M/Z", H5P_DEFAULT, H5P_DEFAULT, H5P_DEFAULT)) < 0)
TEST_ERROR
- /* Get and verify file name */
+ /* get and verify file name */
if(H5Fget_name(gidAMZ, name, NAME_BUF_SIZE) < 0)
TEST_ERROR
if(HDstrcmp(name, filename3) != 0)
@@ -4263,7 +4262,6 @@ test_multisharedclose(hid_t fapl)
if (H5Idec_ref(fid2) < 0) TEST_ERROR
if (H5Idec_ref(fid1) < 0) TEST_ERROR
-
/* Open master and child 2 and mount child 2 to master */
if ((fid1 = H5Fopen(filename4, H5F_ACC_RDONLY, H5P_DEFAULT)) < 0) TEST_ERROR
if ((fid2 = H5Fopen(filename2, H5F_ACC_RDONLY, H5P_DEFAULT)) < 0) TEST_ERROR
@@ -4289,7 +4287,6 @@ test_multisharedclose(hid_t fapl)
if (H5Idec_ref(fid2) < 0) TEST_ERROR
if (H5Idec_ref(fid1) < 0) TEST_ERROR
-
/* Close gid1. This will close child 1. */
if (H5Idec_ref(gid1) < 0) TEST_ERROR