Diff

core/certmanager.lua @ 3540:bc139431830b

Monster whitespace commit (beware the whitespace monster).
author Waqas Hussain <waqas20@gmail.com>
date Sat, 16 Oct 2010 23:00:42 +0500
parent 3402:dfc369314e53
child 3571:675d65036f31
line wrap: on
line diff
--- a/core/certmanager.lua	Sat Oct 16 08:34:32 2010 +0500
+++ b/core/certmanager.lua	Sat Oct 16 23:00:42 2010 +0500
@@ -69,8 +69,8 @@
 		else
 			log("error", "SSL/TLS: Error initialising for host %s: %s", host, err );
 		end
-        end
-        return ctx, err;
+	end
+	return ctx, err;
 end
 
 function reload_ssl_config()