Skip to content

Commit 3cbba54

Browse files
committed
Fix identation
1 parent abadfc0 commit 3cbba54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

amx-deps/src/CFunctions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ int CFunctions::amxLoad(lua_State *luaVM) {
218218
lua_getfield(luaVM, LUA_REGISTRYINDEX, "amx");
219219
lua_getfield(luaVM, -1, resName);
220220
if(lua_isnil(luaVM, -1)) {
221-
lua_newtable(luaVM);
221+
lua_newtable(luaVM);
222222
lua_setfield(luaVM, -3, resName);
223223
}
224224

0 commit comments

Comments
 (0)