more cast style consistency
This commit is contained in:
@@ -71,7 +71,7 @@ l_obj_gc(lua_State *L)
|
||||
static struct _lua_obj *
|
||||
l_obj_push(lua_State *L, struct obj *otmp)
|
||||
{
|
||||
struct _lua_obj *lo = (struct _lua_obj *)lua_newuserdata(L, sizeof(struct _lua_obj));
|
||||
struct _lua_obj *lo = (struct _lua_obj *) lua_newuserdata(L, sizeof(struct _lua_obj));
|
||||
luaL_getmetatable(L, "obj");
|
||||
lua_setmetatable(L, -2);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user