Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Reindent everything (possibly breaking all branches, but for the last time)
[simgrid.git] / src / msg / msg_config.c
index ab2a14c..77afd4c 100644 (file)
@@ -33,12 +33,12 @@ void MSG_config(const char *name, ...)
 
   if (!msg_global) {
     fprintf(stderr,
-           "ERROR: Please call MSG_init() before using MSG_config()\n");
+            "ERROR: Please call MSG_init() before using MSG_config()\n");
     abort();
   }
 
 
-  
+
   /*  xbt_cfg_dump("msg_cfg_set","",_msg_cfg_set); */
   va_start(pa, name);