[Orca-checkins] rev 250 - trunk/orca/orca

Blair Zajac blair at orcaware.com
Thu Sep 25 22:22:51 PDT 2003


Author: blair
Date: Thu Sep 25 22:22:29 2003
New Revision: 250

Modified:
   trunk/orca/orca/orca.pl.in
Log:
* orca/orca.pl.in:
  Whitespace fixes.


Modified: trunk/orca/orca/orca.pl.in
==============================================================================
--- trunk/orca/orca/orca.pl.in	(original)
+++ trunk/orca/orca/orca.pl.in	Thu Sep 25 22:22:29 2003
@@ -686,10 +686,10 @@
           warn "$0: warning: cannot create Orca::HTMLFile object: $@.\n";
           next;
         }
-        push (@html_files, {fd        => $fd,
-                            href      => $href,
-                            plot_type => $plot_type,
-                            Plot_Type => $Plot_Type});
+        push(@html_files, {fd        => $fd,
+                           href      => $href,
+                           plot_type => $plot_type,
+                           Plot_Type => $Plot_Type});
       }
 
       # At the top of the various time span HTML files add HREFs to the



More information about the Orca-checkins mailing list