summaryrefslogtreecommitdiff
path: root/bin/multi-ping
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2015-03-09 13:19:47 +0000
committerSteve Kemp <steve@steve.org.uk>2015-03-09 13:19:47 +0000
commite716a49dabe2c086a97e2d8b3cffe5cf369ad026 (patch)
treee7e98125f89941db4c9d0f48f2df9c410467a3d8 /bin/multi-ping
parentaf2ee063abea8235a8cbd1448533e4f4fbc0d0af (diff)
Removed spaces inside parenthesis.
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 9760b35..118fe66 100755
--- a/bin/multi-ping
+++ b/bin/multi-ping
@@ -45,7 +45,7 @@ $manual = false
opts = GetoptLong.new(
[ '--help', '-h', GetoptLong::NO_ARGUMENT ],
- [ '--manual', '-m', GetoptLong::NO_ARGUMENT ] )
+ [ '--manual', '-m', GetoptLong::NO_ARGUMENT ])
begin
opts.each do |opt,arg|
@@ -115,7 +115,7 @@ end
#
# Create the object
#
-helper = Custodian::Util::Ping.new( hostname )
+helper = Custodian::Util::Ping.new(hostname)
#