From 77b26fba6e78ac4af2b28b3bbb4646dea5682ed1 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Wed, 31 Oct 2018 12:51:32 -0400 Subject: More consistent whitespace --- src/client/lua_api/phys/cbphysbox.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/client') diff --git a/src/client/lua_api/phys/cbphysbox.cpp b/src/client/lua_api/phys/cbphysbox.cpp index e2986f4..578fc8d 100644 --- a/src/client/lua_api/phys/cbphysbox.cpp +++ b/src/client/lua_api/phys/cbphysbox.cpp @@ -38,7 +38,7 @@ static int newcbphysbox(lua_State* L){// lua_pop(L,1);//{v3 size}, {v3 origin} popvector3d(L,&x,&y,&z);//{v3 size} popvector3d(L,&sx,&sy,&sz);// - + pushvector3d(L,sx,sy,sz);//{v3 size} pushvector3d(L,x,y,z);//{v3 size},{v3 origin} lua_pushnumber(L,mass);//{v3 size}, {v3 origin}, mass @@ -53,7 +53,7 @@ static int newcbphysbox(lua_State* L){// lua_pop(L,1); r->setUserPointer(n); - + lua_newtable(L);//{} lua_pushlightuserdata(L,r);//{},ud_rigidbody lua_setfield(L,-2,"rigidbody");//{} @@ -62,7 +62,7 @@ static int newcbphysbox(lua_State* L){// luaL_getmetatable(L,"phys.physbox");//{},{phys.physbox} lua_setmetatable(L,-2);//{} - + return 1; } -- cgit v1.2.3-70-g09d2