X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/abd96693f8b80954afbd7c7ec0e894172933113b..865f97c868ce92518b1cf4f23e23bd1b16b7917c:/src/simix/smx_environment.c diff --git a/src/simix/smx_environment.c b/src/simix/smx_environment.c index 4b1bde0fa4..a0b803b209 100644 --- a/src/simix/smx_environment.c +++ b/src/simix/smx_environment.c @@ -34,7 +34,7 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(simix_environment, simix, */ void SIMIX_create_environment(const char *file) { - xbt_dict_cursor_t cursor = NULL; + xbt_dict_cursor_t cursor = NULL; char *name = NULL; void *workstation = NULL; @@ -49,8 +49,9 @@ void SIMIX_create_environment(const char *file) end = xbt_os_time(); DEBUG1("PARSE TIME: %lg", (end - start)); - xbt_dict_foreach(surf_model_resource_set(surf_workstation_model), cursor, name, workstation) { - __SIMIX_host_create(name, workstation, NULL); + xbt_dict_foreach(surf_model_resource_set(surf_workstation_model), cursor, + name, workstation) { + __SIMIX_host_create(name, workstation, NULL); } return;