]> rtime.felk.cvut.cz Git - orte.git/blobdiff - orte/libjorte/JORTESleepMs.c
Reformat the sources with orte/uncrustify script
[orte.git] / orte / libjorte / JORTESleepMs.c
index 9bf2bfdaa99811516975a095cd9926eb6700c1fa..afc8f1beaa1ff1a812d0f4a0eaf7918f584e3879 100644 (file)
 
 JNIEXPORT void JNICALL
 Java_org_ocera_orte_JOrte_jORTESleepMs
-(JNIEnv *env, jclass cls, jlong milisec)
+  (JNIEnv *env, jclass cls, jlong milisec)
 {
   #ifdef TEST_STAGE
-    printf(":c: orteSleep() called.. ZZzzzz \n");
+  printf(":c: orteSleep() called.. ZZzzzz \n");
   #endif
-  ORTESleepMs((unsigned int) milisec);
+  ORTESleepMs((unsigned int)milisec);
 }
-