From 02e35983acf2c6a01eb1ae453702b673b1a11385 Mon Sep 17 00:00:00 2001 From: schnorr Date: Fri, 14 Sep 2012 00:09:41 +0200 Subject: [PATCH] fix, removing tabs --- src/instr/instr_config.c | 2 +- src/instr/instr_smpi.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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, }; -- 2.20.1