summaryrefslogtreecommitdiffstats
path: root/src/H5Oattribute.c
diff options
context:
space:
mode:
authorgithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2022-04-07 04:53:17 (GMT)
committergithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2022-04-07 04:53:17 (GMT)
commit65348454e24fdd8e5656bd3680edd7a3c1273706 (patch)
treeff330da7a2e1821a54887adbbdf6eb655718f555 /src/H5Oattribute.c
parent91a5eb2cd9fef54b13402e2a11e10ce98f8a3d1f (diff)
downloadhdf5-65348454e24fdd8e5656bd3680edd7a3c1273706.zip
hdf5-65348454e24fdd8e5656bd3680edd7a3c1273706.tar.gz
hdf5-65348454e24fdd8e5656bd3680edd7a3c1273706.tar.bz2
Committing clang-format changes
Diffstat (limited to 'src/H5Oattribute.c')
-rw-r--r--src/H5Oattribute.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Oattribute.c b/src/H5Oattribute.c
index 371bbbc..5a0c606 100644
--- a/src/H5Oattribute.c
+++ b/src/H5Oattribute.c
@@ -239,7 +239,7 @@ H5O__attr_create(const H5O_loc_t *loc, H5A_t *attr)
/* Check if switching to "dense" attribute storage is possible */
if (!H5F_addr_defined(ainfo.fheap_addr)) {
- htri_t shareable; /* Whether the attribute will be shared */
+ htri_t shareable; /* Whether the attribute will be shared */
size_t raw_size = 0; /* Raw size of message */
/* Check for attribute being shareable */