From: guido Date: Mon, 17 Mar 2003 09:45:40 +0000 (+0000) Subject: Column sizes adjusted X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1eed72aa4c91f4fd477096fdd8f396e40b7e652;p=dealii-svn.git Column sizes adjusted git-svn-id: https://svn.dealii.org/trunk@7331 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/common/scripts/status.pl b/deal.II/common/scripts/status.pl index 8a0e3e107a..991154c335 100644 --- a/deal.II/common/scripts/status.pl +++ b/deal.II/common/scripts/status.pl @@ -66,7 +66,7 @@ while() my $stick = $tag . $date . $opt; $stick = "Stick $stick" unless ($stick eq ''); $status .= $stick; - printf "%-30s %-40s %s\n", $file, $status, + printf "%-40s %-20s %s\n", $file, $status, (($short) ? '' : $rep_file) unless ($compress && ($status eq 'OK ')); }