summaryrefslogtreecommitdiffstats
path: root/test/vds_env.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/vds_env.c')
-rw-r--r--test/vds_env.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/test/vds_env.c b/test/vds_env.c
index fb4a300..74b3caa 100644
--- a/test/vds_env.c
+++ b/test/vds_env.c
@@ -45,12 +45,12 @@ static int
test_vds_prefix_second(unsigned config, hid_t fapl)
{
const char *srcfilenamepct_map_orig = "vds%%%%_src";
- char * srcfilename = NULL;
- char * srcfilename_map = NULL;
- char * vfilename = NULL;
- char * vfilename2 = NULL;
- char * srcfilenamepct = NULL;
- char * srcfilenamepct_map = NULL;
+ char *srcfilename = NULL;
+ char *srcfilename_map = NULL;
+ char *vfilename = NULL;
+ char *vfilename2 = NULL;
+ char *srcfilenamepct = NULL;
+ char *srcfilenamepct_map = NULL;
hid_t srcfile[4] = {-1, -1, -1, -1}; /* Files with source dsets */
hid_t vfile = -1; /* File with virtual dset */
hid_t dcpl = -1; /* Dataset creation property list */
@@ -326,7 +326,7 @@ main(void)
hid_t fapl, my_fapl;
unsigned bit_config;
H5F_libver_t low, high; /* Low and high bounds */
- const char * env_h5_drvr; /* File Driver value from environment */
+ const char *env_h5_drvr; /* File Driver value from environment */
hbool_t driver_is_parallel;
int nerrors = 0;