summaryrefslogtreecommitdiffstats
path: root/test/enc_dec_plist.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/enc_dec_plist.c')
-rw-r--r--test/enc_dec_plist.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/enc_dec_plist.c b/test/enc_dec_plist.c
index 49fba3b..83298c8 100644
--- a/test/enc_dec_plist.c
+++ b/test/enc_dec_plist.c
@@ -39,7 +39,10 @@ test_encode_decode(hid_t orig_pl, H5F_libver_t low, H5F_libver_t high, hbool_t s
if (H5Pset_libver_bounds(fapl, low, high) < 0)
TEST_ERROR
- H5E_BEGIN_TRY { ret = H5Pencode2(orig_pl, NULL, &temp_size, fapl); }
+ H5E_BEGIN_TRY
+ {
+ ret = H5Pencode2(orig_pl, NULL, &temp_size, fapl);
+ }
H5E_END_TRY;
if (support_virtual && high < H5F_LIBVER_V110)