Skip to content

Commit 720f190

Browse files
committed
格式化代码
1 parent ae15c39 commit 720f190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/luadebug/rdebug_visitor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ namespace luadebug::visitor {
291291
return 0;
292292
}
293293
luadbg_newtable(L);
294-
luadbg_Integer n = 0;
294+
luadbg_Integer n = 0;
295295
unsigned int index = 0;
296296
for (;;) {
297297
// next, t, k

0 commit comments

Comments
 (0)