From 3b104d32c371fab0ef77f678b2cf6640255247dc Mon Sep 17 00:00:00 2001 From: william Date: Thu, 11 Sep 2014 13:25:57 -0700 Subject: style fix --- src/openssl.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/openssl.c b/src/openssl.c index 9845bcc..d18cf67 100644 --- a/src/openssl.c +++ b/src/openssl.c @@ -3098,8 +3098,7 @@ static int xx_new(lua_State *L) { if (!ok) return throwssl(L, "x509.crl.new"); - } - else { + } else { if (!(*ud = X509_CRL_new())) return throwssl(L, "x509.crl.new"); -- cgit v1.2.3-59-g8ed1b