Skip to content

Commit

Permalink
Added forgotten indent
Browse files Browse the repository at this point in the history
  • Loading branch information
NiLSPACE committed Feb 23, 2015
1 parent 8c8ec10 commit d39d2ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Bindings/ManualBindings.cpp
Expand Up @@ -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)
)
)
{
Expand Down

0 comments on commit d39d2ca

Please sign in to comment.