From b4bfc2b3154a58a2d4eeb83aaa7bd95e746beb4d Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Thu, 19 Apr 2018 13:39:42 +0200 Subject: [PATCH] Cosmetics: remove semicolons in comment. --- src/simgrid/sg_config.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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!) -- 2.20.1