summaryrefslogtreecommitdiffstats
path: root/examples/h5_vds.c
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-07-27 17:28:11 (GMT)
committerGitHub <noreply@github.com>2022-07-27 17:28:11 (GMT)
commita0a1959c58973095194f2d9ac5f9b13bb7b14fb4 (patch)
tree3f36cbd14d9ede9f00c4c26affb9ecab5d1a860f /examples/h5_vds.c
parentf0690f13fb914ff39a32d88801eabcef759a0163 (diff)
downloadhdf5-a0a1959c58973095194f2d9ac5f9b13bb7b14fb4.zip
hdf5-a0a1959c58973095194f2d9ac5f9b13bb7b14fb4.tar.gz
hdf5-a0a1959c58973095194f2d9ac5f9b13bb7b14fb4.tar.bz2
clang 13 format #1933 (#1939)
Diffstat (limited to 'examples/h5_vds.c')
-rw-r--r--examples/h5_vds.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/h5_vds.c b/examples/h5_vds.c
index e036204..48c6d7d 100644
--- a/examples/h5_vds.c
+++ b/examples/h5_vds.c
@@ -65,10 +65,10 @@ main(void)
H5D_layout_t layout; /* Storage layout */
size_t num_map; /* Number of mappings */
ssize_t len; /* Length of the string; also a return value */
- char * filename;
- char * dsetname;
+ char *filename;
+ char *dsetname;
hsize_t nblocks;
- hsize_t * buf; /* Buffer to hold hyperslab coordinates */
+ hsize_t *buf; /* Buffer to hold hyperslab coordinates */
/*
* Create source files and datasets. This step is optional.