From e49fb93e3cd1d42b41ddca916bdb327240ebca31 Mon Sep 17 00:00:00 2001
From: William Ahern <william@25thandClement.com>
Date: Thu, 17 Dec 2015 15:50:02 +0800
Subject: column-align field initializers

---
 src/openssl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/openssl.c b/src/openssl.c
index 4da28ef..2bb5d70 100644
--- a/src/openssl.c
+++ b/src/openssl.c
@@ -1909,7 +1909,7 @@ static int bn__tostring(lua_State *L) {
 
 static const luaL_Reg bn_methods[] = {
 	{ "tobin", &bn_tobin },
-	{ NULL,  NULL },
+	{ NULL,    NULL },
 };
 
 static const luaL_Reg bn_metatable[] = {
-- 
cgit v1.2.3-55-g6feb