Skip to content

Commit ad7dd10

Browse files
committed
format
1 parent 8d4c1c2 commit ad7dd10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/luadebug/compat/5x/table.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ namespace luadebug::table {
164164

165165
bool set_array(lua_State* L, const void* tv, unsigned int i) {
166166
#if LUA_VERSION_NUM >= 505
167-
Table* t = (Table*)tv;
167+
Table* t = (Table*)tv;
168168
if (i >= t->asize) {
169169
return false;
170170
}

0 commit comments

Comments
 (0)