summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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() */
-
-