summaryrefslogtreecommitdiffstats
path: root/tools/test/misc/vds/UC_2_two_dims_gen.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/test/misc/vds/UC_2_two_dims_gen.c')
-rw-r--r--tools/test/misc/vds/UC_2_two_dims_gen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/misc/vds/UC_2_two_dims_gen.c b/tools/test/misc/vds/UC_2_two_dims_gen.c
index 85bd63d..bf8bd3a 100644
--- a/tools/test/misc/vds/UC_2_two_dims_gen.c
+++ b/tools/test/misc/vds/UC_2_two_dims_gen.c
@@ -70,7 +70,7 @@ main(void)
hsize_t start[RANK]; /* starting point for hyperslab */
hsize_t extent[RANK]; /* dataset extents */
- int * buffer = NULL; /* data buffer */
+ int *buffer = NULL; /* data buffer */
int value = -1; /* value written to datasets */
hsize_t count = 0; /* number of elements in a plane */
int n_planes = -1; /* number of planes to write */