mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-05 11:10:21 +00:00
Right-justifying event names instead of left-justifying; easier to read when
large numbers are involved and the columns are wide. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@174
This commit is contained in:
parent
ce7ac6d869
commit
ee24852e5a
@ -569,7 +569,7 @@ sub print_events ($)
|
||||
my $event_width = length($event);
|
||||
my $col_width = $CC_col_widths->[$i];
|
||||
my $space = ' ' x ($col_width - $event_width);
|
||||
print("$event$space ");
|
||||
print("$space$event ");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -569,7 +569,7 @@ sub print_events ($)
|
||||
my $event_width = length($event);
|
||||
my $col_width = $CC_col_widths->[$i];
|
||||
my $space = ' ' x ($col_width - $event_width);
|
||||
print("$event$space ");
|
||||
print("$space$event ");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user