diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-04-16 11:34:56 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-04-16 11:34:56 +0200 |
commit | 9abe88804b364100c8100bd30eee9625dc729eaf (patch) | |
tree | 9b0fdce1e51106066b1fffbf19f29e59f955975c | |
parent | b38f8f468fc0480074bb6c66de474329f2049cb7 (diff) |
do not right-align stop point indicator
-rwxr-xr-x | bin/aseag-m | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/aseag-m b/bin/aseag-m index 9ae55fd..557a2a9 100755 --- a/bin/aseag-m +++ b/bin/aseag-m @@ -92,9 +92,6 @@ sub display_result { if ( $edata{relative_times} ) { $format[0] = q{%}; } - if ( $edata{indicator} ) { - $format[1] = q{%}; - } for my $i ( 0 .. $max_col_idx ) { $format[$i] .= max map { length( $_->[$i] ) } @lines; |