summaryrefslogtreecommitdiffstats
path: root/utils/vds_check_compat_vol.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/vds_check_compat_vol.c')
-rw-r--r--utils/vds_check_compat_vol.c6
1 files changed, 2 insertions, 4 deletions
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() */
-
-