summaryrefslogtreecommitdiffstats
path: root/module/lua/ltable.c
diff options
context:
space:
mode:
Diffstat (limited to 'module/lua/ltable.c')
-rw-r--r--module/lua/ltable.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/module/lua/ltable.c b/module/lua/ltable.c
index f6872babc..48f7ec934 100644
--- a/module/lua/ltable.c
+++ b/module/lua/ltable.c
@@ -1,4 +1,3 @@
-/* BEGIN CSTYLED */
/*
** $Id: ltable.c,v 2.72.1.1 2013/04/12 18:48:47 roberto Exp $
** Lua tables (hash)
@@ -589,4 +588,3 @@ Node *luaH_mainposition (const Table *t, const TValue *key) {
int luaH_isdummy (Node *n) { return isdummy(n); }
#endif
-/* END CSTYLED */