summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-06-28 16:36:28 (GMT)
committergithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2021-06-28 16:36:28 (GMT)
commit91d016d62130e5a4a8fa8bc8e74f30d1ec8797e5 (patch)
tree968c5ac2b806c4db3d2bbef756567512fbbabc5a
parent2e64d3c0fa93b771134540dead7fc75734adc594 (diff)
downloadhdf5-91d016d62130e5a4a8fa8bc8e74f30d1ec8797e5.zip
hdf5-91d016d62130e5a4a8fa8bc8e74f30d1ec8797e5.tar.gz
hdf5-91d016d62130e5a4a8fa8bc8e74f30d1ec8797e5.tar.bz2
Committing clang-format changes
-rw-r--r--src/H5Pdevelop.h1
-rw-r--r--utils/vds_check_compat_vol.c6
2 files changed, 2 insertions, 5 deletions
diff --git a/src/H5Pdevelop.h b/src/H5Pdevelop.h
index 3e1b507..c9d65c4 100644
--- a/src/H5Pdevelop.h
+++ b/src/H5Pdevelop.h
@@ -29,7 +29,6 @@
/* Public Typedefs */
/*******************/
-
/********************/
/* Public Variables */
/********************/
diff --git a/utils/vds_check_compat_vol.c b/utils/vds_check_compat_vol.c
index 03f17fb..07e45e7 100644
--- a/utils/vds_check_compat_vol.c
+++ b/utils/vds_check_compat_vol.c
@@ -38,8 +38,8 @@
int
main(void)
{
- hid_t fapl_id;
- hbool_t is_native; /* Whether native VOL connector is being used */
+ hid_t fapl_id;
+ hbool_t is_native; /* Whether native VOL connector is being used */
/* Open the VDS file and dataset */
if ((fapl_id = h5_fileaccess()) < 0)
@@ -56,5 +56,3 @@ main(void)
else
return EXIT_FAILURE;
} /* end main() */
-
-