summaryrefslogtreecommitdiffstats
path: root/src/H5Rint.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@koziol.gov>2019-12-20 17:22:31 (GMT)
committerQuincey Koziol <koziol@koziol.gov>2019-12-20 17:22:31 (GMT)
commit2c2c46d4ea16d17e0fe0afeedde1bf828706e202 (patch)
tree945ebb1a99301ccd7819020155bf00d588424d28 /src/H5Rint.c
parent58cf79532129a0df49c5516506cfe8be5e09d3eb (diff)
downloadhdf5-2c2c46d4ea16d17e0fe0afeedde1bf828706e202.zip
hdf5-2c2c46d4ea16d17e0fe0afeedde1bf828706e202.tar.gz
hdf5-2c2c46d4ea16d17e0fe0afeedde1bf828706e202.tar.bz2
Cleanups from PR reviews
Diffstat (limited to 'src/H5Rint.c')
-rw-r--r--src/H5Rint.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/H5Rint.c b/src/H5Rint.c
index 566c656..590b3bf 100644
--- a/src/H5Rint.c
+++ b/src/H5Rint.c
@@ -1508,16 +1508,16 @@ H5R__decode_token_compat(H5VL_object_t *vol_obj, H5I_type_t type, H5R_type_t ref
FUNC_ENTER_PACKAGE
#ifndef NDEBUG
-{
- hbool_t is_native = FALSE; /* Whether the src file is using the native VOL connector */
+ {
+ hbool_t is_native = FALSE; /* Whether the src file is using the native VOL connector */
- /* Check if using native VOL connector */
- if(H5VL_object_is_native(vol_obj, &is_native) < 0)
- HGOTO_ERROR(H5E_REFERENCE, H5E_CANTGET, FAIL, "can't query if file uses native VOL connector")
+ /* Check if using native VOL connector */
+ if(H5VL_object_is_native(vol_obj, &is_native) < 0)
+ HGOTO_ERROR(H5E_REFERENCE, H5E_CANTGET, FAIL, "can't query if file uses native VOL connector")
- /* Must use native VOL connector for this operation */
- HDassert(is_native);
-}
+ /* Must use native VOL connector for this operation */
+ HDassert(is_native);
+ }
#endif /* NDEBUG */
/* Get the file for the object */