summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorgithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-05-05 19:55:57 (GMT)
committergithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-05-05 19:55:57 (GMT)
commiteb8f0988e02690ea641a69ca63cadd2146eacad5 (patch)
tree8efe869eea7677af412be2a560b2b6ee3f1abb6e /src
parent54c202e4ec4bc9c7e45543cea5b51868a091b3e9 (diff)
downloadhdf5-eb8f0988e02690ea641a69ca63cadd2146eacad5.zip
hdf5-eb8f0988e02690ea641a69ca63cadd2146eacad5.tar.gz
hdf5-eb8f0988e02690ea641a69ca63cadd2146eacad5.tar.bz2
Committing clang-format changes
Diffstat (limited to 'src')
-rw-r--r--src/H5FDmirror.c2
-rw-r--r--src/H5FDsec2.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/H5FDmirror.c b/src/H5FDmirror.c
index 2f145a4..311303b 100644
--- a/src/H5FDmirror.c
+++ b/src/H5FDmirror.c
@@ -191,7 +191,7 @@ static const H5FD_class_t H5FD_mirror_g = {
H5FD__mirror_truncate, /* truncate */
H5FD__mirror_lock, /* lock */
H5FD__mirror_unlock, /* unlock */
- NULL, /* dedup */
+ NULL, /* dedup */
H5FD_FLMAP_DICHOTOMY /* fl_map */
};
diff --git a/src/H5FDsec2.c b/src/H5FDsec2.c
index 816381d..04be133 100644
--- a/src/H5FDsec2.c
+++ b/src/H5FDsec2.c
@@ -171,7 +171,7 @@ static const H5FD_class_t H5FD_sec2_g = {
H5FD__sec2_truncate, /* truncate */
H5FD__sec2_lock, /* lock */
H5FD__sec2_unlock, /* unlock */
- NULL, /* dedup */
+ NULL, /* dedup */
H5FD_FLMAP_DICHOTOMY /* fl_map */
};