Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Clean indentation and coding style in SIMIX
[simgrid.git] / src / simix / smx_context_java.h
index a60ae04..31fb3b6 100644 (file)
@@ -9,7 +9,6 @@
 
 #include "portable.h"
 #include "xbt/misc.h"
-
 #include "smx_context_private.h"
 #include "java/jmsg.h"
 #include "java/jmsg_process.h"
@@ -18,10 +17,12 @@ SG_BEGIN_DECL()
 
 typedef struct s_smx_ctx_java {
   s_smx_ctx_base_t super;       /* Fields of super implementation */
-  jobject jprocess;             /* the java process instance binded with the msg process structure                                                      */
-  JNIEnv *jenv;                 /* jni interface pointer associated to this thread                                                                                      */
+  jobject jprocess;             /* the java process instance binded with the msg process structure */
+  JNIEnv *jenv;                 /* jni interface pointer associated to this thread */
 } s_smx_ctx_java_t, *smx_ctx_java_t;
-void SIMIX_ctx_java_factory_init(smx_context_factory_t * factory);
+
+void SIMIX_ctx_java_factory_init(smx_context_factory_t *factory);
 
 SG_END_DECL()
+
 #endif                          /* !_XBT_CONTEXT_JAVA_H */