Whitespace and test reclassify

This commit is contained in:
Allen Byrne
2018-04-10 13:01:49 -05:00
parent a9662ba9fb
commit c4ff69d26b
8 changed files with 42 additions and 68 deletions

View File

@@ -60,8 +60,7 @@ public class TestH5Eregister {
public void testH5Eregister_class() {
long hdf_java_classid = -1;
try {
hdf_java_classid = H5.H5Eregister_class("HDF-Java-Error",
"hdf-java", "2.5");
hdf_java_classid = H5.H5Eregister_class("HDF-Java-Error", "hdf-java", "2.5");
}
catch (Throwable err) {
fail("H5.H5Eregister_class: " + err);