misc/liblua/lundump.h
changeset 10017 de822cd3df3a
parent 2812 0a24853de796
--- a/misc/liblua/lundump.h	Tue Jan 21 22:38:13 2014 +0100
+++ b/misc/liblua/lundump.h	Tue Jan 21 22:43:06 2014 +0100
@@ -25,12 +25,12 @@
 #endif
 
 /* for header of binary files -- this is Lua 5.1 */
-#define LUAC_VERSION		0x51
+#define LUAC_VERSION        0x51
 
 /* for header of binary files -- this is the official format */
-#define LUAC_FORMAT		0
+#define LUAC_FORMAT     0
 
 /* size of header of binary files */
-#define LUAC_HEADERSIZE		12
+#define LUAC_HEADERSIZE     12
 
 #endif