Skip to content

Commit 7993db3

Browse files
committed
c: minor style tuning
1 parent 1b7c9e5 commit 7993db3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lua-hiredis.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,7 @@ static int push_reply(lua_State * L, redisReply * pReply)
306306
push_reply(L, pReply->element[i]);
307307
lua_rawseti(L, -2, i + 1); /* Store sub-reply */
308308
}
309+
309310
break;
310311
}
311312

@@ -489,6 +490,7 @@ static int lhiredis_unwrap_reply(lua_State * L)
489490
luaL_checkany(L, 1);
490491

491492
luaL_checkstack(L, 3, "not enough stack to push reply");
493+
492494
if (!lua_istable(L, 1))
493495
{
494496
lua_pushvalue(L, 1);

0 commit comments

Comments
 (0)