summaryrefslogtreecommitdiff
path: root/libs/lua/LuaBridge/detail/CFunctions.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-01-17 21:25:56 +0100
committerRobin Gareus <robin@gareus.org>2016-02-22 22:06:47 +0100
commit2b575e4746d996a4e0ce3b2b2ee3c7f53bee6aca (patch)
tree5e99e0a683d5e12412b96605e20952183c1187bc /libs/lua/LuaBridge/detail/CFunctions.h
parente98f21dd297819fcb4931bd5a87474736c7a450e (diff)
NO-OP whitespace
Diffstat (limited to 'libs/lua/LuaBridge/detail/CFunctions.h')
-rw-r--r--libs/lua/LuaBridge/detail/CFunctions.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/lua/LuaBridge/detail/CFunctions.h b/libs/lua/LuaBridge/detail/CFunctions.h
index 0497b6bb4b..ebf962ed15 100644
--- a/libs/lua/LuaBridge/detail/CFunctions.h
+++ b/libs/lua/LuaBridge/detail/CFunctions.h
@@ -154,12 +154,12 @@ struct CFunc
static int readOnlyError (lua_State* L)
{
std::string s;
-
+
s = s + "'" + lua_tostring (L, lua_upvalueindex (1)) + "' is read-only";
return luaL_error (L, s.c_str ());
}
-
+
//----------------------------------------------------------------------------
/**
lua_CFunction to get a variable.