From 7d7e46d06ab9abbcc33aedaf32e004a1761f3ce9 Mon Sep 17 00:00:00 2001 From: ThePhD Date: Tue, 5 Aug 2014 00:31:59 -0700 Subject: [PATCH] Slay some extra spaces. --- sol/userdata.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sol/userdata.hpp b/sol/userdata.hpp index 4c09e9b1..abe11cc6 100644 --- a/sol/userdata.hpp +++ b/sol/userdata.hpp @@ -305,8 +305,8 @@ public: // to be references. This makes returns of // `std::vector&` and `std::vector*` work - metafunctiontable.push_back( { nullptr, nullptr } ); - ptrmetafunctiontable.push_back( { nullptr, nullptr } ); + metafunctiontable.push_back({ nullptr, nullptr }); + ptrmetafunctiontable.push_back({ nullptr, nullptr }); } template