]> rtime.felk.cvut.cz Git - orte.git/blobdiff - orte/libjorte/JORTEVerbositySetLogFile.c
Reformat the sources with orte/uncrustify script
[orte.git] / orte / libjorte / JORTEVerbositySetLogFile.c
index 1059e2547408c9412419ca3d19ca5ff00b587a72..750141e8ee4ce324ff94f9da5c399d3642c0bd75 100644 (file)
 /* native function - prototype declared in pregenerated header */
 JNIEXPORT void JNICALL
 Java_org_ocera_orte_JOrte_jORTEVerbositySetLogFile
-(JNIEnv *env, jclass cls, jstring j_logfile)
+  (JNIEnv *env, jclass cls, jstring j_logfile)
 {
-  const char * logfile;
+  const char *logfile;
 
   // get logfile
-  logfile = (*env)->GetStringUTFChars(env,j_logfile,0);
+  logfile = (*env)->GetStringUTFChars(env, j_logfile, 0);
   // call ORTE function
   ORTEVerbositySetLogFile(logfile);
   // free memory