summaryrefslogtreecommitdiffstats
path: root/src/H5Lpublic.h
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2021-03-26 23:18:37 (GMT)
committerGitHub <noreply@github.com>2021-03-26 23:18:37 (GMT)
commitbddf4570347e695bae07a56a12e517af67baf0eb (patch)
tree4d4b5db05bca88459dc333cd3da57e0816419370 /src/H5Lpublic.h
parentc81afbff45edb56b16d17d37c444485b587d51fd (diff)
parent0a73f3dd4b33abbd3ea9b024442e40ae05e56549 (diff)
downloadhdf5-bddf4570347e695bae07a56a12e517af67baf0eb.zip
hdf5-bddf4570347e695bae07a56a12e517af67baf0eb.tar.gz
hdf5-bddf4570347e695bae07a56a12e517af67baf0eb.tar.bz2
Merge pull request #525 from derobins/vfd_swmr/thg_standards
Fixed 1.6 compatibility issues and ran source formatter
Diffstat (limited to 'src/H5Lpublic.h')
-rw-r--r--src/H5Lpublic.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/H5Lpublic.h b/src/H5Lpublic.h
index 8d7dd7f..b791f13 100644
--- a/src/H5Lpublic.h
+++ b/src/H5Lpublic.h
@@ -67,9 +67,10 @@ typedef enum {
H5L_TYPE_EXTERNAL = 64, /* External link id */
H5L_TYPE_MAX = 255 /* Maximum link type id */
} H5L_type_t;
-#define H5L_TYPE_BUILTIN_MAX H5L_TYPE_SOFT /* Maximum value link value for "built-in" link types */
-#define H5L_TYPE_UD_MIN H5L_TYPE_EXTERNAL /* Link ids at or above this value are "user-defined" link types. \
- */
+#define H5L_TYPE_BUILTIN_MAX H5L_TYPE_SOFT /* Maximum value link value for "built-in" link types */
+#define H5L_TYPE_UD_MIN \
+ H5L_TYPE_EXTERNAL /* Link ids at or above this value are "user-defined" link types. \
+ */
/* Information struct for link (for H5Lget_info2/H5Lget_info_by_idx2)
* H5O_token_t version used in VOL layer and future public API calls