Skip to content

Commit 45f3203

Browse files
Committing clang-format changes
1 parent 3f229c2 commit 45f3203

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

java/src/jni/h5pDAPLImp.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,16 +94,16 @@ JNIEXPORT jlong JNICALL Java_hdf_hdf5lib_H5_H5Pget_1virtual_1printf_1gap(JNIEnv
9494
* Method: H5Pset_virtual_dset_use_spatial_tree
9595
* Signature: (JZ)V
9696
*/
97-
JNIEXPORT void JNICALL Java_hdf_hdf5lib_H5_H5Pset_1virtual_1dset_1use_1spatial_1tree(JNIEnv *, jclass,
98-
jlong, jboolean);
97+
JNIEXPORT void JNICALL Java_hdf_hdf5lib_H5_H5Pset_1virtual_1dset_1use_1spatial_1tree(JNIEnv *, jclass, jlong,
98+
jboolean);
9999

100100
/*
101101
* Class: hdf_hdf5lib_H5
102102
* Method: H5Pget_virtual_dset_use_spatial_tree
103103
* Signature: (J)Z
104104
*/
105105
JNIEXPORT jboolean JNICALL Java_hdf_hdf5lib_H5_H5Pget_1virtual_1dset_1use_1spatial_1tree(JNIEnv *, jclass,
106-
jlong);
106+
jlong);
107107

108108
#ifdef __cplusplus
109109
} /* end extern "C" */

0 commit comments

Comments
 (0)