misc/liblua/lobject.h
changeset 3697 d5b30d6373fc
parent 2812 0a24853de796
child 10017 de822cd3df3a
--- a/misc/liblua/lobject.h	Sat Jul 31 10:52:43 2010 +0200
+++ b/misc/liblua/lobject.h	Sat Jul 31 11:24:53 2010 +0200
@@ -337,7 +337,7 @@
 
 typedef struct Table {
   CommonHeader;
-  lu_byte flags;  /* 1<<p means tagmethod(p) is not present */ 
+  lu_byte flags;  /* 1<<p means tagmethod(p) is not present */
   lu_byte lsizenode;  /* log2 of size of `node' array */
   struct Table *metatable;
   TValue *array;  /* array part */