summaryrefslogtreecommitdiffstats
path: root/src/Bindings/DeprecatedBindings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Bindings/DeprecatedBindings.h')
-rw-r--r--src/Bindings/DeprecatedBindings.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Bindings/DeprecatedBindings.h b/src/Bindings/DeprecatedBindings.h
index 037d50489..d19fc2582 100644
--- a/src/Bindings/DeprecatedBindings.h
+++ b/src/Bindings/DeprecatedBindings.h
@@ -3,6 +3,6 @@
struct lua_State;
class DeprecatedBindings
{
-public:
- static void Bind( lua_State* tolua_S);
+ public:
+ static void Bind(lua_State * tolua_S);
};