reduce white space noise
This commit is contained in:
parent
2a8644b72c
commit
60c9701c3f
@ -55,8 +55,6 @@ void ScriptingEnvironment::initLuaState(lua_State* lua_state)
|
|||||||
|
|
||||||
typedef double (osmium::Location::* location_member_ptr_type)() const;
|
typedef double (osmium::Location::* location_member_ptr_type)() const;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
luabind::open(lua_state);
|
luabind::open(lua_state);
|
||||||
// open utility libraries string library;
|
// open utility libraries string library;
|
||||||
luaL_openlibs(lua_state);
|
luaL_openlibs(lua_state);
|
||||||
|
Loading…
Reference in New Issue
Block a user