Merge cleanup mostly whitespace

This commit is contained in:
Allen Byrne
2019-07-30 12:39:20 -05:00
parent 4df595c22d
commit 44e2ddac97
11 changed files with 956 additions and 961 deletions

View File

@@ -209,7 +209,7 @@ public class TestH5P {
@Test(expected = HDF5FunctionArgumentException.class)
public void testH5Pset_libver_bounds_invalidlow() throws Throwable {
H5.H5Pset_libver_bounds(fapl_id, HDF5Constants.H5F_LIBVER_EARLIEST-1, HDF5Constants.H5F_LIBVER_LATEST);
H5.H5Pset_libver_bounds(fapl_id, HDF5Constants.H5F_LIBVER_LATEST+1, HDF5Constants.H5F_LIBVER_LATEST);
}
@Test(expected = HDF5FunctionArgumentException.class)