liblua: fix mix of spaces & tabs
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user