liblua: fix mix of spaces & tabs

This commit is contained in:
Philippe Teuwen
2019-03-09 18:16:50 +01:00
parent 89db6064d0
commit 2b1b76c2a9
53 changed files with 1030 additions and 1029 deletions

View File

@@ -11,7 +11,7 @@
#include "lzio.h"
#define FIRST_RESERVED 257
#define FIRST_RESERVED 257
@@ -31,7 +31,7 @@ enum RESERVED {
};
/* number of reserved words */
#define NUM_RESERVED (cast(int, TK_WHILE-FIRST_RESERVED+1))
#define NUM_RESERVED (cast(int, TK_WHILE-FIRST_RESERVED+1))
typedef union {