]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
reduce spaces :)
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 10 Feb 2010 04:01:28 +0000 (04:01 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 10 Feb 2010 04:01:28 +0000 (04:01 +0000)
git-svn-id: https://svn.dealii.org/trunk@20539 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/common/scripts/status_to_report.pl

index e45ee57f76132cbed8cd5b2fe10c11a928c00478..f45b00a9dea7a51a88612d4baf14e7f9e36299d7 100644 (file)
@@ -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 ' ?? ';
 }

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.