diff options
| author | William Ahern <william@25thandClement.com> | 2015-12-17 15:50:02 +0800 |
|---|---|---|
| committer | William Ahern <william@25thandClement.com> | 2015-12-17 15:50:02 +0800 |
| commit | e49fb93e3cd1d42b41ddca916bdb327240ebca31 (patch) | |
| tree | d4c7b786337f30f60c4ceca9d76a577b02b7b496 | |
| parent | 411981c1c308a9ad04d01421e9170d37f2013f4b (diff) | |
| download | luaossl-e49fb93e3cd1d42b41ddca916bdb327240ebca31.tar.gz luaossl-e49fb93e3cd1d42b41ddca916bdb327240ebca31.tar.bz2 luaossl-e49fb93e3cd1d42b41ddca916bdb327240ebca31.zip | |
column-align field initializers
| -rw-r--r-- | src/openssl.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { | |||
| 1909 | 1909 | ||
| 1910 | static const luaL_Reg bn_methods[] = { | 1910 | static const luaL_Reg bn_methods[] = { |
| 1911 | { "tobin", &bn_tobin }, | 1911 | { "tobin", &bn_tobin }, |
| 1912 | { NULL, NULL }, | 1912 | { NULL, NULL }, |
| 1913 | }; | 1913 | }; |
| 1914 | 1914 | ||
| 1915 | static const luaL_Reg bn_metatable[] = { | 1915 | static const luaL_Reg bn_metatable[] = { |
