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
@@ -98,7 +98,7 @@ public class TestH5Ocopy {
System.out.print(testname.getMethodName());
try {
H5fid = H5.H5Fcreate(FILENAME, HDF5Constants.H5F_ACC_TRUNC, HDF5Constants.H5P_DEFAULT,
HDF5Constants.H5P_DEFAULT);
HDF5Constants.H5P_DEFAULT);
H5dsid2 = H5.H5Screate(HDF5Constants.H5S_SCALAR);
H5did1 = _createDataset(H5fid, H5dsid2, "DS2", HDF5Constants.H5P_DEFAULT);
H5dsid = H5.H5Screate_simple(1, dims, null);