From 17922596856fc9f93ef8854cc98cebfe88aff223 Mon Sep 17 00:00:00 2001 From: ThePhD Date: Fri, 15 May 2015 12:43:53 -0400 Subject: [PATCH] Fix tabs. --- sol/proxy.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sol/proxy.hpp b/sol/proxy.hpp index 47d9b0cb..4c46804b 100644 --- a/sol/proxy.hpp +++ b/sol/proxy.hpp @@ -74,7 +74,7 @@ public: } operator function() const { - return get(); + return get(); } operator std::string() const {