mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
Develop clang 13 format (#1933)
* Update format source to clang 13 * More format changes
This commit is contained in:
@@ -125,7 +125,7 @@ public class TestH5Dplist {
|
||||
System.out.print(testname.getMethodName());
|
||||
try {
|
||||
H5fid = H5.H5Fcreate(H5_FILE, HDF5Constants.H5F_ACC_TRUNC, HDF5Constants.H5P_DEFAULT,
|
||||
HDF5Constants.H5P_DEFAULT);
|
||||
HDF5Constants.H5P_DEFAULT);
|
||||
H5dsid = H5.H5Screate_simple(RANK, H5dims, H5maxdims);
|
||||
}
|
||||
catch (Throwable err) {
|
||||
|
||||
Reference in New Issue
Block a user