Develop clang 13 format (#1933)

* Update format source to clang 13

* More format changes
This commit is contained in:
Allen Byrne
2022-07-26 14:45:46 -07:00
committed by GitHub
parent 213eac2588
commit ae414872f5
685 changed files with 6988 additions and 6963 deletions
+1 -1
View File
@@ -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) {