summaryrefslogtreecommitdiffstats
path: root/test/vds_env.c
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-07-26 21:45:46 (GMT)
committerGitHub <noreply@github.com>2022-07-26 21:45:46 (GMT)
commitae414872f50187e64cbd6cc8f076c22cf5df2d53 (patch)
treeb616f33f5daa89f213e7c64e04c63afde906e939 /test/vds_env.c
parent213eac2588369f75a11df6bb1788dde33c4b82e2 (diff)
downloadhdf5-ae414872f50187e64cbd6cc8f076c22cf5df2d53.zip
hdf5-ae414872f50187e64cbd6cc8f076c22cf5df2d53.tar.gz
hdf5-ae414872f50187e64cbd6cc8f076c22cf5df2d53.tar.bz2
Develop clang 13 format (#1933)
* Update format source to clang 13 * More format changes
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;