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>2020-01-04 16:03:11 (GMT)
commit617e2166b26f6b872281888c4f9f2486004a1a58 (patch)
tree4d78241fd73966aecb301f03158df3b9c7c80fda /src/H5Rint.c
parentdd3931266a7022bb128dd851713bd2754d4e58eb (diff)
downloadhdf5-617e2166b26f6b872281888c4f9f2486004a1a58.zip
hdf5-617e2166b26f6b872281888c4f9f2486004a1a58.tar.gz
hdf5-617e2166b26f6b872281888c4f9f2486004a1a58.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 e6acbf8..8bf0ce2 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 */