X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fjava.c;h=c7b0be3dcba40d3e742282035577483e4f584c04;hb=0d9f395599348e735e6f461e1c328293bef0d060;hp=e3d3442a5961e29dcad82075d74fae043b1b6edf;hpb=47c86ace348a1d7a5352a83d10935209f89aa4f5;p=collectd.git diff --git a/src/java.c b/src/java.c index e3d3442a..c7b0be3d 100644 --- a/src/java.c +++ b/src/java.c @@ -1213,9 +1213,9 @@ static int jtoc_notification(JNIEnv *jvm_env, notification_t *n, /* {{{ */ return 0; } /* }}} int jtoc_notification */ - /* - * Functions accessible from Java - */ +/* + * Functions accessible from Java + */ static jint JNICALL cjni_api_dispatch_values(JNIEnv *jvm_env, /* {{{ */ jobject this, jobject java_vl) { value_list_t vl = VALUE_LIST_INIT;