summaryrefslogtreecommitdiffstats
path: root/test/ttsafe_acreate.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/ttsafe_acreate.c')
-rw-r--r--test/ttsafe_acreate.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/ttsafe_acreate.c b/test/ttsafe_acreate.c
index c2c34a0..57108a3 100644
--- a/test/ttsafe_acreate.c
+++ b/test/ttsafe_acreate.c
@@ -144,8 +144,8 @@ void *
tts_acreate_thread(void *client_data)
{
hid_t attribute = H5I_INVALID_HID;
- char * attribute_name;
- int * attribute_data; /* data for attributes */
+ char *attribute_name;
+ int *attribute_data; /* data for attributes */
herr_t status;
ttsafe_name_data_t *attrib_data;
@@ -155,7 +155,7 @@ tts_acreate_thread(void *client_data)
/* Create attribute */
attribute_name = gen_name(attrib_data->current_index);
attribute = H5Acreate2(attrib_data->dataset, attribute_name, attrib_data->datatype,
- attrib_data->dataspace, H5P_DEFAULT, H5P_DEFAULT);
+ attrib_data->dataspace, H5P_DEFAULT, H5P_DEFAULT);
CHECK(attribute, H5I_INVALID_HID, "H5Acreate2");
/* Write data to the attribute */