summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-10-05 13:45:48 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-10-05 13:46:08 (GMT)
commitb8e5408e6ff53436e113c9c17b7700092e47363b (patch)
treec53f486f6eaea30a9f8d3393934a890f6bb2c93d /src
parent8350c697d5eab83b8710b15a3f14d6399dee65cf (diff)
downloadhdf5-b8e5408e6ff53436e113c9c17b7700092e47363b.zip
hdf5-b8e5408e6ff53436e113c9c17b7700092e47363b.tar.gz
hdf5-b8e5408e6ff53436e113c9c17b7700092e47363b.tar.bz2
Update formating
Diffstat (limited to 'src')
-rw-r--r--src/H5Fquery.c4
-rw-r--r--src/H5MF.c2
-rw-r--r--src/H5Ocache.c2
3 files changed, 4 insertions, 4 deletions
diff --git a/src/H5Fquery.c b/src/H5Fquery.c
index 42f7c3a..e407d1e 100644
--- a/src/H5Fquery.c
+++ b/src/H5Fquery.c
@@ -143,8 +143,8 @@ H5F_get_actual_name(const H5F_t *f)
* Function: H5F_get_extpath
*
* Purpose: Retrieve the file's 'extpath' flags
- * This is used by H5L_extern_traverse() and H5D_build_extfile_prefix() to retrieve the main file's
- *location when searching the target file.
+ * This is used by H5L_extern_traverse() and H5D_build_extfile_prefix() to retrieve the main
+ *file's location when searching the target file.
*
* Return: 'extpath' on success/abort on failure (shouldn't fail)
*
diff --git a/src/H5MF.c b/src/H5MF.c
index da1fb6f..6137bf0 100644
--- a/src/H5MF.c
+++ b/src/H5MF.c
@@ -1124,7 +1124,7 @@ H5MF_close(H5F_t *f, hid_t dxpl_id)
#ifdef H5MF_ALLOC_DEBUG_MORE
HDfprintf(stderr, "%s: Before deleting free space manager\n", FUNC);
-#endif /* H5MF_ALLOC_DEBUG_MORE */
+#endif /* H5MF_ALLOC_DEBUG_MORE */
/* Delete free space manager for this type */
if (H5FS_delete(f, dxpl_id, tmp_fs_addr) < 0)
HGOTO_ERROR(H5E_FSPACE, H5E_CANTFREE, FAIL, "can't delete free space manager")
diff --git a/src/H5Ocache.c b/src/H5Ocache.c
index eb843db..8a8ce9f 100644
--- a/src/H5Ocache.c
+++ b/src/H5Ocache.c
@@ -428,7 +428,7 @@ H5O_flush(H5F_t *f, hid_t dxpl_id, hbool_t destroy, haddr_t H5_ATTR_UNUSED addr,
break;
case 2: /* 4 byte size */
- /* use <= 2**32 -1 to stay within 4 bytes integer range */
+ /* use <= 2**32 -1 to stay within 4 bytes integer range */
HDassert(chunk0_size <= 4294967295UL);
UINT32ENCODE(p, chunk0_size);
break;