From db293cf3b9e9dd129d8c65aa39272425651addae Mon Sep 17 00:00:00 2001 From: Luke Kanies Date: Mon, 29 Oct 2007 12:31:01 -0500 Subject: Fixing a bit of indentation and commenting in the xmlrpc/client file --- lib/puppet/network/xmlrpc/client.rb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'lib/puppet') diff --git a/lib/puppet/network/xmlrpc/client.rb b/lib/puppet/network/xmlrpc/client.rb index c652dbf8d..ab4117b0e 100644 --- a/lib/puppet/network/xmlrpc/client.rb +++ b/lib/puppet/network/xmlrpc/client.rb @@ -128,12 +128,12 @@ module Puppet::Network 120 # a two minute timeout, instead of 30 seconds ) - # We overwrite the uninitialized @http here with a cached one. + # We overwrite the uninitialized @http here with a cached one. key = "%s%s" % [hash[:Server], hash[:Port]] if @@http_cache[key] - @http = @@http_cache[key] + @http = @@http_cache[key] else - @@http_cache[key] = @http + @@http_cache[key] = @http end end @@ -150,4 +150,3 @@ module Puppet::Network end end end - -- cgit