Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 26 Nov 2010 09:37:04 +0000 (09:37 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 26 Nov 2010 09:37:04 +0000 (09:37 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8661 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/simix/smx_context_private.h
tools/MSG_visualization/colorize.pl

index e68769e..3258b25 100644 (file)
@@ -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
index 9fdd3df..c346409 100755 (executable)
@@ -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;
     }