summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2022-03-10 16:19:29 (GMT)
committergithub-actions <41898282+github-actions[bot]@users.noreply.github.com>2022-03-10 16:19:29 (GMT)
commitb3d75b13db1660f3c37282bdedb00c8238f3f172 (patch)
tree77f6b533aa946c7b5b6ef8fc1e89b39ea0d7f0d7
parent069f75648a62af448df60626e1c797631ac220bd (diff)
downloadhdf5-b3d75b13db1660f3c37282bdedb00c8238f3f172.zip
hdf5-b3d75b13db1660f3c37282bdedb00c8238f3f172.tar.gz
hdf5-b3d75b13db1660f3c37282bdedb00c8238f3f172.tar.bz2
Committing clang-format changes
-rw-r--r--src/H5Tnative.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/H5Tnative.c b/src/H5Tnative.c
index d56ac99..4a23068 100644
--- a/src/H5Tnative.c
+++ b/src/H5Tnative.c
@@ -1130,14 +1130,14 @@ H5T__init_native_int(void)
/* Pointer to the global variable that receives the
* alignment of `type`:
*/
- size_t * alignmentp;
- size_t alignment; // natural alignment of `type`
+ size_t *alignmentp;
+ size_t alignment; // natural alignment of `type`
/* Pointer to the global variable that receives the
* identifier for `type`'s H5T_t:
*/
hid_t * hidp;
- size_t size; // sizeof(`type`)
- H5T_atomic_t atomic; // `type` facts such as signedness
+ size_t size; // sizeof(`type`)
+ H5T_atomic_t atomic; // `type` facts such as signedness
} native_int_t;
typedef struct {