summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 {