diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2023-07-28 14:09:34 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-28 14:09:34 (GMT) |
commit | b1ab59d239c74cdbea7d518b1398458c4150655f (patch) | |
tree | 00d2e63f2bae043fc3316ad1b331900b294e778d /src | |
parent | bab8acbe8238a5c4b10a5ecc08eef1d260f11b2b (diff) | |
download | hdf5-b1ab59d239c74cdbea7d518b1398458c4150655f.zip hdf5-b1ab59d239c74cdbea7d518b1398458c4150655f.tar.gz hdf5-b1ab59d239c74cdbea7d518b1398458c4150655f.tar.bz2 |
Bring clang-format changes from develop (#3305)
Diffstat (limited to 'src')
-rw-r--r-- | src/H5Iint.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5Iint.c b/src/H5Iint.c index 96ac0a5..13d2168 100644 --- a/src/H5Iint.c +++ b/src/H5Iint.c @@ -465,9 +465,9 @@ H5I__destroy_type(H5I_type_t type) } H5E_END_TRY /* don't care about errors */ - /* Check if we should release the ID class */ - if (type_info->cls->flags & H5I_CLASS_IS_APPLICATION) - type_info->cls = H5MM_xfree_const(type_info->cls); + /* Check if we should release the ID class */ + if (type_info->cls->flags & H5I_CLASS_IS_APPLICATION) + type_info->cls = H5MM_xfree_const(type_info->cls); HASH_CLEAR(hh, type_info->hash_table); type_info->hash_table = NULL; |