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

@@ -29,8 +29,6 @@ import hdf.hdf5lib.exceptions.HDF5Exception;
import hdf.hdf5lib.exceptions.HDF5LibraryException;
import hdf.hdf5lib.exceptions.HDF5PropertyListInterfaceException;
import hdf.hdf5lib.structs.H5AC_cache_config_t;
import hdf.hdf5lib.structs.H5FD_hdfs_fapl_t;
import hdf.hdf5lib.structs.H5FD_ros3_fapl_t;
import org.junit.After;
import org.junit.Before;
@@ -1401,5 +1399,4 @@ public class TestH5Pfapl {
fail("H5P_evict_on_close: " + err);
}
}
}