From: mquinson Date: Fri, 26 Nov 2010 09:37:04 +0000 (+0000) Subject: cosmetics X-Git-Tag: v3_5~169 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/86d47b5c39d2ac9583bda0f838757d531f8cfe94 cosmetics git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8661 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/simix/smx_context_private.h b/src/simix/smx_context_private.h index e68769e77c..3258b250e0 100644 --- a/src/simix/smx_context_private.h +++ b/src/simix/smx_context_private.h @@ -17,8 +17,6 @@ SG_BEGIN_DECL() /* *********************** */ /* Context type definition */ /* *********************** */ -/* the following function pointers types describe the interface that all context - concepts must implement */ /* the following function pointers types describe the interface that all context concepts must implement */ /* each context type derive from this structure, so they must contain this structure diff --git a/tools/MSG_visualization/colorize.pl b/tools/MSG_visualization/colorize.pl index 9fdd3df60d..c346409b4c 100755 --- a/tools/MSG_visualization/colorize.pl +++ b/tools/MSG_visualization/colorize.pl @@ -75,7 +75,7 @@ sub print_line { print pidcolor($pid); if(defined($location)) { - printf "[%10s:%-10s %s ]",$host,$procname,$location; + printf "[%10s:%-10s] %s ",$host,$procname,$location; } else { printf "[%10s:%-10s]",$host,$procname; }