commit 7484ca91671978e34f9948b59a816b9dda35a780
parent da99b25cd3119d5872025601f60dc05ebaee4a58
Author: Michael Savage <mikejsavage@gmail.com>
Date: Mon, 5 May 2014 13:41:50 +0100
Trailing whitespace
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main.c b/src/main.c
@@ -15,7 +15,7 @@
#define ENTROPY_SIZE 32
#if LUA_VERSION_NUM < 502
- #define luaL_newlib( L, l ) ( lua_newtable( L ), luaL_register( L, NULL, l ) )
+ #define luaL_newlib( L, l ) ( lua_newtable( L ), luaL_register( L, NULL, l ) )
#endif
static int urandom;