From: suter Date: Wed, 3 Jul 2013 13:17:13 +0000 (+0200) Subject: cosmetics X-Git-Tag: v3_9_90~205 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/0f71b9d5ea36aaf6979d87d2f001cd7a8110c8c0 cosmetics --- diff --git a/src/smpi/smpi_replay.c b/src/smpi/smpi_replay.c index e4295dac64..2efcaa8343 100644 --- a/src/smpi/smpi_replay.c +++ b/src/smpi/smpi_replay.c @@ -46,7 +46,7 @@ static double parse_double(const char *string) static MPI_Datatype decode_datatype(const char *const action) { // Declared datatypes, - + switch(atoi(action)) { case 0: @@ -72,7 +72,7 @@ static MPI_Datatype decode_datatype(const char *const action) break; default: MPI_CURRENT_TYPE=MPI_DEFAULT_TYPE; - + } return MPI_CURRENT_TYPE; } @@ -86,7 +86,7 @@ static void action_init(const char *const *action) if(action[2]) MPI_DEFAULT_TYPE= MPI_DOUBLE; // default MPE dataype else MPI_DEFAULT_TYPE= MPI_BYTE; // default TAU datatype - + smpi_process_set_user_data((void*) globals); /* start a simulated timer */ @@ -96,7 +96,7 @@ static void action_init(const char *const *action) if (!reqq) { reqq=xbt_new0(xbt_dynar_t,active_processes); - + for(i=0;i