From 70cd082c4bd79faf7e0eaa7a14442b53958a9123 Mon Sep 17 00:00:00 2001 From: mquinson Date: Wed, 24 Nov 2010 16:18:58 +0000 Subject: [PATCH] cosmetics git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8641 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/gras/Virtu/sg_process.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.20.1