From: Arnaud Giersch Date: Fri, 8 Mar 2013 16:13:57 +0000 (+0100) Subject: Cosmetics: add space before opening parenthesis. X-Git-Tag: v3_9_90~469 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/edd0442ed8ec41357c14bba6e160b5216e7b17b1?ds=sidebyside Cosmetics: add space before opening parenthesis. --- diff --git a/src/simgrid/sg_config.c b/src/simgrid/sg_config.c index 1bd37aecca..b949dcf4b2 100644 --- a/src/simgrid/sg_config.c +++ b/src/simgrid/sg_config.c @@ -477,7 +477,7 @@ void sg_config_init(int *argc, char **argv) _sg_cfg_cb__bandwidth_factor, NULL); xbt_cfg_register(&_sg_cfg_set, "network/weight_S", - "Correction factor to apply to the weight of competing streams(default value set by network model)", + "Correction factor to apply to the weight of competing streams (default value set by network model)", xbt_cfgelm_double, NULL, 1, 1, /* default is set in network.c */ _sg_cfg_cb__weight_S, NULL);