]> rtime.felk.cvut.cz Git - orte.git/blobdiff - orte/libjorte/JORTEDomainEventsDestroy.c
Reformat the sources with orte/uncrustify script
[orte.git] / orte / libjorte / JORTEDomainEventsDestroy.c
index b9dda005cf36b68256e86c65d47de37311ce79be..42aaf99fcb06492b1dc4bab9aaf96d6ac31cbb66 100644 (file)
@@ -8,12 +8,12 @@
 
 JNIEXPORT jboolean JNICALL
 Java_org_ocera_orte_types_DomainEvents_jORTEDomainEventsDestroy
-(JNIEnv *env, jobject obj, jlong handle)
+  (JNIEnv *env, jobject obj, jlong handle)
 {
-  free((void*)handle);
+  free((void *)handle);
 
   #ifdef TEST_STAGE
-     printf(":c: events destroyed.. \n");
+  printf(":c: events destroyed.. \n");
   #endif
 
   return 1;