From: Arnaud Giersch Date: Thu, 19 Apr 2018 11:39:42 +0000 (+0200) Subject: Cosmetics: remove semicolons in comment. X-Git-Tag: v3.20~383 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/b4bfc2b3154a58a2d4eeb83aaa7bd95e746beb4d Cosmetics: remove semicolons in comment. --- diff --git a/src/simgrid/sg_config.cpp b/src/simgrid/sg_config.cpp index afb483b842..42019689ae 100644 --- a/src/simgrid/sg_config.cpp +++ b/src/simgrid/sg_config.cpp @@ -19,9 +19,8 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_config, surf, "About the configuration of SimGrid"); - -/* 0: beginning of time (config cannot be changed yet); - * 1: initialized: cfg_set created (config can now be changed); +/* 0: beginning of time (config cannot be changed yet) + * 1: initialized: cfg_set created (config can now be changed) * 2: configured: command line parsed and config part of platform file was * integrated also, platform construction ongoing or done. * (Config cannot be changed anymore!)