summaryrefslogtreecommitdiffstats
path: root/src/H5VLint.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5VLint.c')
-rw-r--r--src/H5VLint.c15
1 files changed, 7 insertions, 8 deletions
diff --git a/src/H5VLint.c b/src/H5VLint.c
index 5fe2c5a..956dad3 100644
--- a/src/H5VLint.c
+++ b/src/H5VLint.c
@@ -917,8 +917,7 @@ done:
*-------------------------------------------------------------------------
*/
H5VL_object_t *
-H5VL_create_object_using_vol_id(H5I_type_t type, void *obj, hid_t connector_id,
- hbool_t wrap_obj)
+H5VL_create_object_using_vol_id(H5I_type_t type, void *obj, hid_t connector_id, hbool_t wrap_obj)
{
H5VL_class_t * cls = NULL; /* VOL connector class */
H5VL_t * connector = NULL; /* VOL connector struct */
@@ -1100,12 +1099,12 @@ done:
herr_t
H5VL_fapl_is_native(hid_t fapl_id, hbool_t *is_native)
{
- H5P_genplist_t * fapl_plist; /* Property list pointer */
- H5VL_connector_prop_t connector_prop; /* Property for VOL connector ID & info */
- H5VL_class_t *cls; /* VOL class structure for callback info */
- const H5VL_class_t *native_cls; /* Native VOL connector class structs */
- int cmp_value; /* Comparison result */
- herr_t ret_value = SUCCEED;
+ H5P_genplist_t * fapl_plist; /* Property list pointer */
+ H5VL_connector_prop_t connector_prop; /* Property for VOL connector ID & info */
+ H5VL_class_t * cls; /* VOL class structure for callback info */
+ const H5VL_class_t * native_cls; /* Native VOL connector class structs */
+ int cmp_value; /* Comparison result */
+ herr_t ret_value = SUCCEED;
FUNC_ENTER_NOAPI(FAIL)