From: kanschat Date: Wed, 10 Feb 2010 04:01:28 +0000 (+0000) Subject: reduce spaces :) X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=118c3124eda30a2a672e43823ea05b8567f226b0;p=dealii-svn.git reduce spaces :) git-svn-id: https://svn.dealii.org/trunk@20539 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/common/scripts/status_to_report.pl b/deal.II/common/scripts/status_to_report.pl index e45ee57f76..f45b00a9de 100644 --- a/deal.II/common/scripts/status_to_report.pl +++ b/deal.II/common/scripts/status_to_report.pl @@ -12,25 +12,25 @@ $contents =~ s/\s+//g; if ($contents eq 'diffok') { - print ' + '; + print ' + '; } elsif ($contents eq 'Compiling') { - print ' 0 '; + print ' 0 '; } elsif ($contents eq 'Linking') { - print ' 1 '; + print ' 1 '; } elsif ($contents eq 'Running') { - print ' 2 '; + print ' 2 '; } elsif ($contents eq 'Checking') { - print ' 3 '; + print ' 3 '; } else { - print ' ??? '; + print ' ?? '; }