Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cosmetics: remove semicolons in comment.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 19 Apr 2018 11:39:42 +0000 (13:39 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 19 Apr 2018 14:06:43 +0000 (16:06 +0200)
src/simgrid/sg_config.cpp

index afb483b..4201968 100644 (file)
@@ -19,9 +19,8 @@
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_config, surf, "About the configuration of SimGrid");
 
 
 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!)
  * 2: configured: command line parsed and config part of platform file was
  *    integrated also, platform construction ongoing or done.
  *    (Config cannot be changed anymore!)