summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2015-03-09 13:22:46 +0000
committerSteve Kemp <steve@steve.org.uk>2015-03-09 13:22:46 +0000
commit56d3e8ab7b5bb29e814da0097ec18064685a1f60 (patch)
tree2bed8b119b53d2ecb3917ca8680b77281afc15a4 /bin
parent0c2d64d6daf9a9a901a3b67730680e3e97c60f8d (diff)
More minor space fixups
Diffstat (limited to 'bin')
-rwxr-xr-xbin/custodian-enqueue2
-rwxr-xr-xbin/multi-ping2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/custodian-enqueue b/bin/custodian-enqueue
index c92cb0e..75cb863 100755
--- a/bin/custodian-enqueue
+++ b/bin/custodian-enqueue
@@ -74,7 +74,7 @@ if __FILE__ == $PROGRAM_NAME then
[ '--test', GetoptLong::NO_ARGUMENT ],
[ '--file', '-f', GetoptLong::REQUIRED_ARGUMENT ],
[ '--help', '-h', GetoptLong::NO_ARGUMENT ],
- [ '--manual','-m', GetoptLong::NO_ARGUMENT ]
+ [ '--manual', '-m', GetoptLong::NO_ARGUMENT ]
)
opts.each do |opt, arg|
case opt
diff --git a/bin/multi-ping b/bin/multi-ping
index 118fe66..fd4607c 100755
--- a/bin/multi-ping
+++ b/bin/multi-ping
@@ -48,7 +48,7 @@ opts = GetoptLong.new(
[ '--manual', '-m', GetoptLong::NO_ARGUMENT ])
begin
- opts.each do |opt,arg|
+ opts.each do |opt, arg|
case opt
when '--help' then
$help = true