From edd0442ed8ec41357c14bba6e160b5216e7b17b1 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Fri, 8 Mar 2013 17:13:57 +0100 Subject: [PATCH] Cosmetics: add space before opening parenthesis. --- src/simgrid/sg_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.20.1