Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
forgot to add color for computing in previous commit
[simgrid.git] / src / instr / instr_smpi.c
index cd30016..5b80e45 100644 (file)
@@ -9,7 +9,6 @@
 #include <ctype.h>
 #include <wchar.h>
 
-
 #ifdef HAVE_TRACING
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(instr_smpi, instr, "Tracing SMPI");
@@ -41,7 +40,6 @@ static const char *smpi_colors[] ={
     "scatterv",      "0.52 0 0.52",
     "scatter",       "1 0.74 0.54",
     "computing",     "0 1 1",
-
     NULL, NULL,
 };