1
0
Fork 0

Added forgotten indent

This commit is contained in:
STRWarrior 2015-02-23 15:40:31 +01:00
parent 8c8ec1094d
commit d39d2ca5e9
1 changed files with 2 additions and 2 deletions

View File

@ -117,8 +117,8 @@ static int tolua_CompressStringZLIB(lua_State * tolua_S)
if (
!S.CheckParamString(1) &&
(
!S.CheckParamNumber(2) ||
!S.CheckParamEnd(2)
!S.CheckParamNumber(2) ||
!S.CheckParamEnd(2)
)
)
{