Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 24 Nov 2010 16:18:58 +0000 (16:18 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 24 Nov 2010 16:18:58 +0000 (16:18 +0000)
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

index 592de7e..743734c 100644 (file)
@@ -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