mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
Trim trailing whitespace
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@
|
||||
# If you do not have access to either file, you may request a copy from
|
||||
# help@hdfgroup.org.
|
||||
#
|
||||
#
|
||||
#
|
||||
# This makefile mostly just reinvokes make in the various subdirectories
|
||||
# but does so in the correct order. You can alternatively invoke make from
|
||||
# each subdirectory manually.
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
# If you do not have access to either file, you may request a copy from
|
||||
# help@hdfgroup.org.
|
||||
#
|
||||
#
|
||||
#
|
||||
# This makefile mostly just reinvokes make in the various subdirectories
|
||||
# but does so in the correct order. You can alternatively invoke make from
|
||||
# each subdirectory manually.
|
||||
|
||||
@@ -34,7 +34,7 @@ jarfile = jar$(PACKAGE_TARNAME)datasets.jar
|
||||
|
||||
AM_JAVACFLAGS = $(H5_JAVACFLAGS) -deprecation
|
||||
|
||||
TESTPACKAGE =
|
||||
TESTPACKAGE =
|
||||
|
||||
noinst_JAVA = \
|
||||
H5Ex_D_Alloc.java \
|
||||
|
||||
@@ -34,7 +34,7 @@ jarfile = jar$(PACKAGE_TARNAME)datatypes.jar
|
||||
|
||||
AM_JAVACFLAGS = $(H5_JAVACFLAGS) -deprecation
|
||||
|
||||
TESTPACKAGE =
|
||||
TESTPACKAGE =
|
||||
|
||||
noinst_JAVA = \
|
||||
H5Ex_T_Array.java \
|
||||
|
||||
@@ -34,7 +34,7 @@ jarfile = jar$(PACKAGE_TARNAME)groups.jar
|
||||
|
||||
AM_JAVACFLAGS = $(H5_JAVACFLAGS) -deprecation
|
||||
|
||||
TESTPACKAGE =
|
||||
TESTPACKAGE =
|
||||
|
||||
noinst_JAVA = \
|
||||
H5Ex_G_Create.java \
|
||||
|
||||
@@ -34,7 +34,7 @@ jarfile = jar$(PACKAGE_TARNAME)intro.jar
|
||||
|
||||
AM_JAVACFLAGS = $(H5_JAVACFLAGS) -deprecation
|
||||
|
||||
TESTPACKAGE =
|
||||
TESTPACKAGE =
|
||||
|
||||
noinst_JAVA = \
|
||||
H5_CreateAttribute.java \
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
# If you do not have access to either file, you may request a copy from
|
||||
# help@hdfgroup.org.
|
||||
#
|
||||
#
|
||||
#
|
||||
# This makefile mostly just reinvokes make in the various subdirectories
|
||||
# but does so in the correct order. You can alternatively invoke make from
|
||||
# each subdirectory manually.
|
||||
|
||||
@@ -74,7 +74,7 @@ public class H5O_hdr_info_t implements Serializable {
|
||||
if (this.mesg_present != info.mesg_present)
|
||||
return false;
|
||||
if (this.mesg_shared != info.mesg_shared)
|
||||
return false;
|
||||
return false;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
@@ -22,7 +22,7 @@ public class H5O_native_info_t implements Serializable {
|
||||
public H5O_hdr_info_t hdr_info; /* Object header information */
|
||||
|
||||
/* Extra metadata storage for obj & attributes */
|
||||
public H5_ih_info_t obj_info; /* v1/v2 B-tree & local/fractal heap for groups, B-tree for chunked datasets */
|
||||
public H5_ih_info_t obj_info; /* v1/v2 B-tree & local/fractal heap for groups, B-tree for chunked datasets */
|
||||
public H5_ih_info_t attr_info; /* v2 B-tree & heap for attributes */
|
||||
|
||||
H5O_native_info_t (H5O_hdr_info_t oheader_info, H5_ih_info_t obj_info, H5_ih_info_t attr_info)
|
||||
@@ -49,4 +49,4 @@ public class H5O_native_info_t implements Serializable {
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -42,4 +42,4 @@ public class H5O_token_t implements Serializable {
|
||||
|
||||
return Arrays.equals(this.data, token.data);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -165,7 +165,7 @@ done:
|
||||
/* 10/28/99 -- added code to copy the array -- this is not used,
|
||||
* but serves as a reminder in case we try to implement this in
|
||||
* the future....
|
||||
*/
|
||||
*/
|
||||
/*
|
||||
* Note: the argument coord is actually long coord[][], which has been
|
||||
* flattened by the caller.
|
||||
|
||||
@@ -52,7 +52,7 @@ Java_hdf_hdf5lib_H5__1H5Scopy
|
||||
/* 10/28/99 -- added code to copy the array -- this is not used,
|
||||
* but serves as a reminder in case we try to implement this in
|
||||
* the future....
|
||||
*/
|
||||
*/
|
||||
/*
|
||||
* Note: the argument coord is actually long coord[][], which has been
|
||||
* flattened by the caller.
|
||||
|
||||
@@ -34,7 +34,7 @@ jarfile = jar$(PACKAGE_TARNAME)test.jar
|
||||
|
||||
AM_JAVACFLAGS = $(H5_JAVACFLAGS) -deprecation
|
||||
|
||||
TESTPACKAGE =
|
||||
TESTPACKAGE =
|
||||
|
||||
noinst_JAVA = \
|
||||
TestH5.java \
|
||||
|
||||
@@ -274,7 +274,7 @@ public class TestH5Tparams {
|
||||
public void testH5Tpack_invalid() throws Throwable {
|
||||
H5.H5Tpack(-1);
|
||||
}
|
||||
|
||||
|
||||
@Test(expected = HDF5LibraryException.class)
|
||||
public void testH5Treclaim_invalid() throws Throwable {
|
||||
byte[] buf = new byte[2];
|
||||
|
||||
Reference in New Issue
Block a user