Skip to content

Commit

Permalink
Formatting: spaces -> tab
Browse files Browse the repository at this point in the history
  • Loading branch information
shmuz committed Oct 12, 2017
1 parent 740f45b commit 0aba9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/luamacro/luafar/service.c
Expand Up @@ -176,7 +176,7 @@ HANDLE GetLuaStateTimerQueue(lua_State *L)

void DeleteLuaStateTimerQueue(lua_State *L)
{
lua_pushnil(L);
lua_pushnil(L);
lua_setfield(L, LUA_REGISTRYINDEX, FarTimerQueueKey);
}

Expand Down

0 comments on commit 0aba9af

Please sign in to comment.