Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics
authorschnorr <Lucas.Schnorr@imag.fr>
Tue, 31 Jul 2012 21:15:45 +0000 (23:15 +0200)
committerschnorr <Lucas.Schnorr@imag.fr>
Tue, 31 Jul 2012 21:44:31 +0000 (23:44 +0200)
src/msg/msg_process.c

index 9b8a842..8c318c5 100644 (file)
@@ -179,7 +179,7 @@ msg_process_t MSG_process_create_with_environment(const char *name,
 
 #ifdef HAVE_TRACING
   TRACE_msg_process_create(name, simdata->PID, simdata->m_host);
-  #endif
+#endif
   /* Let's create the process: SIMIX may decide to start it right now,
    * even before returning the flow control to us */
   simcall_process_create(&process, name, code, simdata, SIMIX_host_get_name(host->smx_host), -1,