summaryrefslogtreecommitdiffstats
path: root/test/genall5.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/genall5.c')
-rw-r--r--test/genall5.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/test/genall5.c b/test/genall5.c
index ca96eeb..04743e6 100644
--- a/test/genall5.c
+++ b/test/genall5.c
@@ -575,7 +575,7 @@ vrfy_ns_grp_c(hid_t fid, const char *group_name, unsigned nlinks)
HDassert(!token_cmp);
} /* end else-if */
else {
- void * elinkval;
+ void *elinkval;
const char *file = NULL;
const char *path = NULL;
@@ -983,7 +983,7 @@ vrfy_ns_grp_d(hid_t fid, const char *group_name, unsigned nlinks)
HDassert(!token_cmp);
} /* end else-if */
else {
- void * elinkval;
+ void *elinkval;
const char *file = NULL;
const char *path = NULL;
@@ -1615,7 +1615,7 @@ vrfy_os_grp_n(hid_t fid, const char *group_name, int proc_num, unsigned nlinks)
void
ds_ctg_i(hid_t fid, const char *dset_name, hbool_t write_data)
{
- int * wdata = NULL;
+ int *wdata = NULL;
unsigned u;
hid_t dsid = -1;
hid_t sid = -1;
@@ -1710,7 +1710,7 @@ ds_ctg_i(hid_t fid, const char *dset_name, hbool_t write_data)
void
vrfy_ds_ctg_i(hid_t fid, const char *dset_name, hbool_t write_data)
{
- int * rdata = NULL;
+ int *rdata = NULL;
unsigned u;
hid_t dsid = -1;
hid_t sid = -1;
@@ -1929,7 +1929,7 @@ vrfy_ds_ctg_i(hid_t fid, const char *dset_name, hbool_t write_data)
void
ds_chk_i(hid_t fid, const char *dset_name, hbool_t write_data)
{
- int * wdata = NULL;
+ int *wdata = NULL;
unsigned u;
hid_t dsid = -1;
hid_t dcpl = -1;
@@ -2054,7 +2054,7 @@ ds_chk_i(hid_t fid, const char *dset_name, hbool_t write_data)
void
vrfy_ds_chk_i(hid_t fid, const char *dset_name, hbool_t write_data)
{
- int * rdata = NULL;
+ int *rdata = NULL;
unsigned u;
hid_t dsid = -1;
hid_t sid = -1;
@@ -2288,7 +2288,7 @@ vrfy_ds_chk_i(hid_t fid, const char *dset_name, hbool_t write_data)
void
ds_cpt_i(hid_t fid, const char *dset_name, hbool_t write_data)
{
- int * wdata = NULL;
+ int *wdata = NULL;
unsigned u;
hid_t dsid = -1;
hid_t dcpl = -1;
@@ -2414,7 +2414,7 @@ ds_cpt_i(hid_t fid, const char *dset_name, hbool_t write_data)
void
vrfy_ds_cpt_i(hid_t fid, const char *dset_name, hbool_t write_data)
{
- int * rdata = NULL;
+ int *rdata = NULL;
unsigned u;
hid_t dsid = -1;
hid_t sid = -1;
@@ -2633,7 +2633,7 @@ ds_ctg_v(hid_t fid, const char *dset_name, hbool_t write_data)
hid_t tid = -1;
hsize_t dims[1] = {DSET_SMALL_DIMS};
herr_t ret;
- hvl_t * wdata = NULL;
+ hvl_t *wdata = NULL;
unsigned u;
if (pass) {
@@ -2678,7 +2678,7 @@ ds_ctg_v(hid_t fid, const char *dset_name, hbool_t write_data)
if ((pass) && (write_data)) {
for (u = 0; u < DSET_SMALL_DIMS; u++) {
- int * tdata;
+ int *tdata;
unsigned len;
unsigned v;
@@ -2785,7 +2785,7 @@ vrfy_ds_ctg_v(hid_t fid, const char *dset_name, hbool_t write_data)
int ndims;
hsize_t dims[1], max_dims[1];
htri_t type_equal;
- hvl_t * rdata = NULL;
+ hvl_t *rdata = NULL;
unsigned u;
herr_t ret;