From: schnorr Date: Thu, 13 Sep 2012 22:09:41 +0000 (+0200) Subject: fix, removing tabs X-Git-Tag: v3_8~146^2~65 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/02e35983acf2c6a01eb1ae453702b673b1a11385 fix, removing tabs --- diff --git a/src/instr/instr_config.c b/src/instr/instr_config.c index 95163f1284..f6d2e212cd 100644 --- a/src/instr/instr_config.c +++ b/src/instr/instr_config.c @@ -430,7 +430,7 @@ void TRACE_help (int detailed) " are grouped by the hosts where they were executed.", detailed); print_line (OPT_TRACING_SMPI_COMPUTING, "Generates a \" Computing \" State", - " This option aims at tracing computations in the application, outside SMPI\n" + " This option aims at tracing computations in the application, outside SMPI\n" " to allow further study of simulated or real computation time", detailed); print_line (OPT_TRACING_MSG_PROCESS, "Trace processes behavior (MSG)", diff --git a/src/instr/instr_smpi.c b/src/instr/instr_smpi.c index b16c5ac0d0..65086bd86c 100644 --- a/src/instr/instr_smpi.c +++ b/src/instr/instr_smpi.c @@ -39,7 +39,7 @@ static const char *smpi_colors[] ={ "scan", "1 0.58 0.23", "scatterv", "0.52 0 0.52", "scatter", "1 0.74 0.54", - "computing", "0 1 1", + "computing", "0 1 1", NULL, NULL, };