Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Try to improve getline portability...
[simgrid.git] / src / java / jmsg_channel.h
index c378f0a..f6aa094 100644 (file)
@@ -23,7 +23,6 @@
  *
  * @return                             The id of the channel.
  */
-jint
-jchannel_get_id(jobject jchannel,JNIEnv* env);
+jint jchannel_get_id(jobject jchannel, JNIEnv * env);
 
 #endif /* !MSG_JCHANNEL_H */