summaryrefslogtreecommitdiffstats
path: root/test/vol_plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/vol_plugin.c')
-rw-r--r--test/vol_plugin.c10
1 files changed, 8 insertions, 2 deletions
diff --git a/test/vol_plugin.c b/test/vol_plugin.c
index 8bd6848..7656870 100644
--- a/test/vol_plugin.c
+++ b/test/vol_plugin.c
@@ -71,7 +71,10 @@ test_registration_by_value(void)
return SUCCEED;
error:
- H5E_BEGIN_TRY { H5VLunregister_connector(vol_id); }
+ H5E_BEGIN_TRY
+ {
+ H5VLunregister_connector(vol_id);
+ }
H5E_END_TRY;
return FAIL;
@@ -125,7 +128,10 @@ test_registration_by_name(void)
return SUCCEED;
error:
- H5E_BEGIN_TRY { H5VLunregister_connector(vol_id); }
+ H5E_BEGIN_TRY
+ {
+ H5VLunregister_connector(vol_id);
+ }
H5E_END_TRY;
return FAIL;