summaryrefslogtreecommitdiffstats
path: root/src/H5Ppublic.h
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2021-08-25 23:43:13 (GMT)
committerGitHub <noreply@github.com>2021-08-25 23:43:13 (GMT)
commit1bf72bee1c9a5b8c9280aadee6e5d940a7a1c1ca (patch)
tree6c3bab304ee5f16a460b2637e0632a6bc7cd7dc6 /src/H5Ppublic.h
parent56dcd1badcc2b7ffacfbc606bda40c86c4812aee (diff)
downloadhdf5-1bf72bee1c9a5b8c9280aadee6e5d940a7a1c1ca.zip
hdf5-1bf72bee1c9a5b8c9280aadee6e5d940a7a1c1ca.tar.gz
hdf5-1bf72bee1c9a5b8c9280aadee6e5d940a7a1c1ca.tar.bz2
Merge clang-tidy changes to public headers (#962)
Diffstat (limited to 'src/H5Ppublic.h')
-rw-r--r--src/H5Ppublic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Ppublic.h b/src/H5Ppublic.h
index 5adb05e..3d6968e 100644
--- a/src/H5Ppublic.h
+++ b/src/H5Ppublic.h
@@ -100,7 +100,7 @@
#define H5P_CRT_ORDER_INDEXED 0x0002
/* Default value for all property list classes */
-#define H5P_DEFAULT (hid_t)0
+#define H5P_DEFAULT 0 /* (hid_t) */
#ifdef __cplusplus
extern "C" {