spaces -> tabs in #defines

This commit is contained in:
Roberto Ierusalimschy
2012-05-23 12:37:09 -03:00
parent 8e7149f496
commit 054c20cd5b
5 changed files with 31 additions and 30 deletions

View File

@@ -1,5 +1,5 @@
/*
** $Id: lstate.c,v 2.95 2012/05/22 17:32:25 roberto Exp roberto $
** $Id: lstate.c,v 2.96 2012/05/22 17:50:39 roberto Exp roberto $
** Global State
** See Copyright Notice in lua.h
*/
@@ -39,7 +39,7 @@
#endif
#define MEMERRMSG "not enough memory"
#define MEMERRMSG "not enough memory"
/*