more cast style consistency

This commit is contained in:
nhmall
2023-11-13 20:31:02 -05:00
parent ee732d4054
commit d064ac2cda
18 changed files with 44 additions and 44 deletions

View File

@@ -79,7 +79,7 @@ l_selection_gc(lua_State *L)
static struct selectionvar *
l_selection_to(lua_State *L, int index)
{
struct selectionvar *sel = (struct selectionvar *)lua_touserdata(L, index);
struct selectionvar *sel = (struct selectionvar *) lua_touserdata(L, index);
if (!sel)
nhl_error(L, "Selection error");