Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Kraynyukhov committed May 7, 2018
1 parent c4dbba4 commit 2f9f3c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/modules/nljson.h
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@ extern "C" {
{
case LUA_TUSERDATA:
{
jsref[index]=get_userdata_value(L);
jsref[index]=get_userdata_value(L);
}
break;
case LUA_TTABLE:
Expand All @@ -805,7 +805,7 @@ extern "C" {
}
break;
default:
set_pod_value(L,&(jsref[index]));
set_pod_value(L,&(jsref[index]));
break;
}
pushvalue(L,jsref[index].type(),jsref[index]);
Expand Down

0 comments on commit 2f9f3c4

Please # to comment.