summaryrefslogtreecommitdiffstats
path: root/hl/src
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-07-26 13:55:47 (GMT)
committerGitHub <noreply@github.com>2022-07-26 13:55:47 (GMT)
commit3a44ac33203fa8322ab42d3c3e4a0c81134b04e5 (patch)
treec24226e6f6ad2d10a44167f7373d6f93deb136ad /hl/src
parent4aee377338730ea97f12506a86e1a3e4d6c21984 (diff)
downloadhdf5-3a44ac33203fa8322ab42d3c3e4a0c81134b04e5.zip
hdf5-3a44ac33203fa8322ab42d3c3e4a0c81134b04e5.tar.gz
hdf5-3a44ac33203fa8322ab42d3c3e4a0c81134b04e5.tar.bz2
Merge changes between branches (#1930)
* Merge changes between branches * More merge synchs
Diffstat (limited to 'hl/src')
-rw-r--r--hl/src/H5LTpublic.h2
-rw-r--r--hl/src/H5PTpublic.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/hl/src/H5LTpublic.h b/hl/src/H5LTpublic.h
index 90deb56..56cebc1 100644
--- a/hl/src/H5LTpublic.h
+++ b/hl/src/H5LTpublic.h
@@ -1464,7 +1464,7 @@ H5_HLDLL herr_t H5LTfind_attribute(hid_t loc_id, const char *name);
* indicating the file’s root group, followed by the members
* - A relative path with respect to \p loc_id
* - A dot (\c .), if \p loc_id is the object identifier for
- * the object itself
+ * the object itself.
*
* If \p path is an absolute path, then \p loc_id can be an
* identifier for any object in the file as it is used only to
diff --git a/hl/src/H5PTpublic.h b/hl/src/H5PTpublic.h
index 04741ac..185e4a4 100644
--- a/hl/src/H5PTpublic.h
+++ b/hl/src/H5PTpublic.h
@@ -210,7 +210,7 @@ H5_HLDLL herr_t H5PTclose(hid_t table_id);
* Level 0 is faster but offers the least compression;
* level 9 is slower but offers maximum compression.
* A setting of -1 indicates that no compression is desired.
-
+ *
*/
/* This function may be removed from the packet table in release 1.8.19. */
H5_HLDLL hid_t H5PTcreate_fl(hid_t loc_id, const char *dset_name, hid_t dtype_id, hsize_t chunk_size,