From: mquinson Date: Wed, 24 Nov 2010 16:18:58 +0000 (+0000) Subject: cosmetics X-Git-Tag: v3_5~189 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/70cd082c4bd79faf7e0eaa7a14442b53958a9123 cosmetics git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8641 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/gras/Virtu/sg_process.c b/src/gras/Virtu/sg_process.c index 592de7e5ba..743734cb74 100644 --- a/src/gras/Virtu/sg_process.c +++ b/src/gras/Virtu/sg_process.c @@ -159,9 +159,9 @@ void *gras_libdata_by_name_from_remote(const char *name, smx_process_t p) /** @brief retrieve the value of a given process property (or NULL if not defined) */ const char *gras_process_property_value(const char *name) { - return - xbt_dict_get_or_null(SIMIX_process_get_properties - (SIMIX_process_self()), name); + return xbt_dict_get_or_null( + SIMIX_process_get_properties(SIMIX_process_self()), + name); } /** @brief retrieve the process properties dictionnary