summaryrefslogtreecommitdiffstats
path: root/java/src/jni/h5plImp.h
diff options
context:
space:
mode:
Diffstat (limited to 'java/src/jni/h5plImp.h')
-rw-r--r--java/src/jni/h5plImp.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/java/src/jni/h5plImp.h b/java/src/jni/h5plImp.h
index 7c55bf4..d0507a8 100644
--- a/java/src/jni/h5plImp.h
+++ b/java/src/jni/h5plImp.h
@@ -28,7 +28,8 @@ extern "C" {
* Method: H5PLset_loading_state
* Signature: (I)V
*/
-JNIEXPORT void JNICALL Java_hdf_hdf5lib_H5_H5PLset_1loading_1state
+JNIEXPORT void JNICALL
+Java_hdf_hdf5lib_H5_H5PLset_1loading_1state
(JNIEnv *, jclass, jint);
/*
@@ -36,7 +37,8 @@ JNIEXPORT void JNICALL Java_hdf_hdf5lib_H5_H5PLset_1loading_1state
* Method: H5PLget_loading_state
* Signature: (V)I
*/
-JNIEXPORT jint JNICALL Java_hdf_hdf5lib_H5_H5PLget_1loading_1state
+JNIEXPORT jint JNICALL
+Java_hdf_hdf5lib_H5_H5PLget_1loading_1state
(JNIEnv *, jclass);
#ifdef __cplusplus