diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-10-01 14:04:36 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-10-01 14:04:36 (GMT) |
commit | f1ba03cea5b82699a984c80bd2deac14fdc8df18 (patch) | |
tree | ebe777c3e0b83f4c4cec9212731da9ebe0a0cfd3 /test/genall5.h | |
parent | 10343c197906415388f2a4c8d292e21d25cf7381 (diff) | |
download | hdf5-f1ba03cea5b82699a984c80bd2deac14fdc8df18.zip hdf5-f1ba03cea5b82699a984c80bd2deac14fdc8df18.tar.gz hdf5-f1ba03cea5b82699a984c80bd2deac14fdc8df18.tar.bz2 |
Source formatted
Diffstat (limited to 'test/genall5.h')
-rw-r--r-- | test/genall5.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/genall5.h b/test/genall5.h index 20141de..a201b38 100644 --- a/test/genall5.h +++ b/test/genall5.h @@ -34,8 +34,7 @@ void os_grp_0(hid_t fid, const char *group_name); void vrfy_os_grp_0(hid_t fid, const char *group_name); void os_grp_n(hid_t fid, const char *group_name, int proc_num, unsigned nlinks); -void vrfy_os_grp_n(hid_t fid, const char *group_name, int proc_num, - unsigned nlinks); +void vrfy_os_grp_n(hid_t fid, const char *group_name, int proc_num, unsigned nlinks); void ds_ctg_i(hid_t fid, const char *dset_name, hbool_t write_data); void vrfy_ds_ctg_i(hid_t fid, const char *dset_name, hbool_t write_data); @@ -48,4 +47,3 @@ void vrfy_ds_cpt_i(hid_t fid, const char *dset_name, hbool_t write_data); void ds_ctg_v(hid_t fid, const char *dset_name, hbool_t write_data); void vrfy_ds_ctg_v(hid_t fid, const char *dset_name, hbool_t write_data); - |