Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
- Move simix_global->current_process to smx_current_context
[simgrid.git] / src / simix / smx_context_thread.c
index 3d5ab92..fe51290 100644 (file)
@@ -77,7 +77,6 @@ smx_ctx_thread_factory_create_context(xbt_main_func_t code, int argc,
     context->begin = xbt_os_sem_init(0);
     context->end = xbt_os_sem_init(0);
 
-
     /* delay the thread creation until first run */
     context->thread = NULL;