summaryrefslogtreecommitdiffstats
path: root/src/Bindings/LuaJson.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Bindings/LuaJson.h')
-rw-r--r--src/Bindings/LuaJson.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/Bindings/LuaJson.h b/src/Bindings/LuaJson.h
index 6ec8110bc..34d60ec6d 100644
--- a/src/Bindings/LuaJson.h
+++ b/src/Bindings/LuaJson.h
@@ -22,11 +22,7 @@ class cLuaState;
class cLuaJson
{
-public:
+ public:
/** Registers the Json library in the specified Lua state. */
static void Bind(cLuaState & a_LuaState);
};
-
-
-
-