Cosmetic commit - trailling spaces
authorLuiz K. Matsumura <[email protected]>
Thu, 8 Nov 2012 23:49:33 +0000 (21:49 -0200)
committerLuiz K. Matsumura <[email protected]>
Thu, 8 Nov 2012 23:49:33 +0000 (21:49 -0200)
removing trailling spaces

tools/altperl/slon-tools.pm

index 196d5805d71417e81a9cb5b55128e2c5f7dc57a3..8669d82d51efb9dc0b0b94722c1e3691c0ca7610 100644 (file)
@@ -121,8 +121,8 @@ sub ps_args {
     return "/usr/bin/ps auxww";
   } elsif ($sys eq "Darwin") {
     return "/bin/ps auxww";
-  } 
-  return "/usr/bin/ps -auxww";    # This may be questionable for other systems; extend as needed!    
+  }
+  return "/usr/bin/ps -auxww";    # This may be questionable for other systems; extend as needed!
 }
 
 sub get_pid {