summaryrefslogtreecommitdiff
path: root/bin/multi-ping
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2015-03-09 13:23:46 +0000
committerSteve Kemp <steve@steve.org.uk>2015-03-09 13:23:46 +0000
commitd2f8a091b0b6c32207624e3cc5af81ffbca4aba6 (patch)
treeb244cb665c36fa27ed79bd5860c7264ebeb90309 /bin/multi-ping
parent775e9c5bbe2d132668e453965023adbf25cf0fd4 (diff)
Remove spaces inside blocks.
Diffstat (limited to 'bin/multi-ping')
-rwxr-xr-xbin/multi-ping4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/multi-ping b/bin/multi-ping
index fd4607c..32fb4ce 100755
--- a/bin/multi-ping
+++ b/bin/multi-ping
@@ -44,8 +44,8 @@ $help = false
$manual = false
opts = GetoptLong.new(
- [ '--help', '-h', GetoptLong::NO_ARGUMENT ],
- [ '--manual', '-m', GetoptLong::NO_ARGUMENT ])
+ ['--help', '-h', GetoptLong::NO_ARGUMENT],
+ ['--manual', '-m', GetoptLong::NO_ARGUMENT])
begin
opts.each do |opt, arg|