Apply coding styles

This commit is contained in:
Alexander Bock
2018-03-08 05:32:46 -05:00
parent c5c95a5640
commit 5a3ef0fda2
38 changed files with 141 additions and 121 deletions
@@ -155,7 +155,7 @@ int goToChunk(lua_State* L) {
int goToGeo(lua_State* L) {
int nArguments = ghoul::lua::checkArgumentsAndThrow(L, 2, 3, "lua::goToGeo");
using ghoul::lua::luaTypeToString;
double latitude = lua_tonumber(L, 1);