projects
/
slony1-engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
887e98a
)
Cosmetic commit - trailling spaces
author
Luiz K. Matsumura
<
[email protected]
>
Thu, 8 Nov 2012 23:49:33 +0000
(21:49 -0200)
committer
Luiz K. Matsumura
<
[email protected]
>
Thu, 8 Nov 2012 23:49:33 +0000
(21:49 -0200)
removing trailling spaces
tools/altperl/slon-tools.pm
patch
|
blob
|
blame
|
history
diff --git
a/tools/altperl/slon-tools.pm
b/tools/altperl/slon-tools.pm
index 196d5805d71417e81a9cb5b55128e2c5f7dc57a3..8669d82d51efb9dc0b0b94722c1e3691c0ca7610 100644
(file)
--- a/
tools/altperl/slon-tools.pm
+++ b/
tools/altperl/slon-tools.pm
@@
-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 {