misc/liblua/llex.c
branchsdl2transition
changeset 11342 ed5a6478e710
parent 10017 de822cd3df3a
--- a/misc/liblua/llex.c	Tue Nov 10 18:16:35 2015 +0100
+++ b/misc/liblua/llex.c	Tue Nov 10 20:43:13 2015 +0100
@@ -30,7 +30,7 @@
 
 
 
-#define currIsNewline(ls)	(ls->current == '\n' || ls->current == '\r')
+#define currIsNewline(ls)   (ls->current == '\n' || ls->current == '\r')
 
 
 /* ORDER RESERVED */