From 745c421fc0ebd3917f79a643c28d2927aebe6078 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Mon, 17 Mar 2003 09:45:40 +0000 Subject: [PATCH] Column sizes adjusted git-svn-id: https://svn.dealii.org/trunk@7331 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/common/scripts/status.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ')); } -- 2.39.5