Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics and reindent
[simgrid.git] / src / msg / msg_global.cpp
index 3f4d543..2dd6fc9 100644 (file)
@@ -66,7 +66,7 @@ void MSG_init_nocheck(int *argc, char **argv) {
 
   XBT_DEBUG("ADD MSG LEVELS");
   MSG_STORAGE_LEVEL = xbt_lib_add_level(storage_lib, (void_f_pvoid_t) __MSG_storage_destroy);
-  if(xbt_cfg_get_boolean("clean-atexit"))
+  if (xbt_cfg_get_boolean("clean-atexit"))
     atexit(MSG_exit);
 }