Fix spacing issues

This commit is contained in:
ThePhD 2014-06-27 01:34:16 -07:00
parent d35de4a8fa
commit b5a938b285

View File

@ -57,9 +57,9 @@ private:
struct constructor {
template<typename... Args>
static void do_constructor(lua_State* L, T* obj, call_syntax syntax, int, types<Args...>) {
default_construct fx{};
default_construct fx{};
stack::get_call(L, 1 + static_cast<int>(syntax), fx, types<Args...>(), obj);
}
}
static void match_constructor(lua_State*, T*, call_syntax, int) {
throw error("No matching constructor for the arguments provided");