summaryrefslogtreecommitdiffstats
path: root/test/vfd_swmr_group_writer.c
diff options
context:
space:
mode:
authorMuqun Yang <myang6@hdfgroup.org>2021-04-29 20:58:23 (GMT)
committerMuqun Yang <myang6@hdfgroup.org>2021-04-29 20:58:23 (GMT)
commit226002d5835db5bad2cdf853c50fe918b3db1bdb (patch)
tree9a0b4b9f7716bb8d1724d7cbe3b4a0293cd8a36b /test/vfd_swmr_group_writer.c
parent87482f46c21e16bccc7484ffa36701ca237b996c (diff)
downloadhdf5-226002d5835db5bad2cdf853c50fe918b3db1bdb.zip
hdf5-226002d5835db5bad2cdf853c50fe918b3db1bdb.tar.gz
hdf5-226002d5835db5bad2cdf853c50fe918b3db1bdb.tar.bz2
Use /* */ instead of // for comments.
Diffstat (limited to 'test/vfd_swmr_group_writer.c')
-rw-r--r--test/vfd_swmr_group_writer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vfd_swmr_group_writer.c b/test/vfd_swmr_group_writer.c
index 85085da..fb175cc 100644
--- a/test/vfd_swmr_group_writer.c
+++ b/test/vfd_swmr_group_writer.c
@@ -1225,7 +1225,7 @@ del_attrs_compact_dense_compact(state_t *s,
u= max_compact +1;
- // delete a number of attributes so that the attribute storage just becomes dense.
+ /* delete a number of attributes so that the attribute storage just becomes dense.*/
for(u--;u>=(min_dense-1);u--) {
HDsprintf(attrname, aname_format, which,max_compact-u);
if (H5Adelete(obj_id,attrname) < 0) {