X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8bca872ed1a62f660c0d5da333eece9edb1d05a4..5d16106918532e9d25163cd0271c8cb6fd1f5e64:/src/msg/deployment.c diff --git a/src/msg/deployment.c b/src/msg/deployment.c index 01b9c9eec4..29e5235558 100644 --- a/src/msg/deployment.c +++ b/src/msg/deployment.c @@ -8,7 +8,6 @@ #include "xbt/sysdep.h" #include "xbt/log.h" - /** \ingroup msg_easier_life * \brief An application deployer. * @@ -76,7 +75,8 @@ xbt_main_func_t MSG_get_registered_function(const char *name) * \brief register functions bypassing the parser */ -void MSG_set_function(const char* host_id,const char *function_name,xbt_dynar_t arguments) +void MSG_set_function(const char *host_id, const char *function_name, + xbt_dynar_t arguments) { - SIMIX_process_set_function(host_id,function_name,arguments,-1,-1); + SIMIX_process_set_function(host_id, function_name, arguments, -1, -1); }