[Orca-checkins] r488 - orca/trunk/data_gatherers/procallator

blair at orcaware.com blair at orcaware.com
Thu Sep 8 20:41:02 PDT 2005


Author: blair at orcaware.com
Date: Thu Sep  8 20:39:44 2005
New Revision: 488

Modified:
   orca/trunk/data_gatherers/procallator/procallator.pl.in

Log:
Remove trailing whitespace.

* data_gatherers/procallator/procallator.pl.in:
  Remove trailing whitespace.


Modified: orca/trunk/data_gatherers/procallator/procallator.pl.in
==============================================================================
--- orca/trunk/data_gatherers/procallator/procallator.pl.in	(original)
+++ orca/trunk/data_gatherers/procallator/procallator.pl.in	Thu Sep  8 20:39:44 2005
@@ -111,7 +111,7 @@
     # Read load average
     open(F_LOADAVG, "$PROC/loadavg")
         or warn "$0: cannot open '$PROC/loadavg' for reading: $!\n";
-      
+
     ( $runq_1, $runq_5, $runq_15, $proc_run, $procs[$r], $last_pid ) =
       split / +|\//, <F_LOADAVG>;
     chomp $last_pid;



More information about the Orca-checkins mailing list