aboutsummaryrefslogtreecommitdiff
path: root/lstate.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2012-05-23 12:37:09 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2012-05-23 12:37:09 -0300
commit054c20cd5b1d9491e3989cedcf3da5ebed0719cf (patch)
treefc71ddc94ada7af256250acc63fee538b3bccf2f /lstate.c
parent8e7149f496fa175c05c49e7303ff8ba54f3545c9 (diff)
downloadlua-054c20cd5b1d9491e3989cedcf3da5ebed0719cf.tar.gz
lua-054c20cd5b1d9491e3989cedcf3da5ebed0719cf.tar.bz2
lua-054c20cd5b1d9491e3989cedcf3da5ebed0719cf.zip
spaces -> tabs in #defines
Diffstat (limited to 'lstate.c')
-rw-r--r--lstate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lstate.c b/lstate.c
index cb80de7d..79bb1b8d 100644
--- a/lstate.c
+++ b/lstate.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lstate.c,v 2.95 2012/05/22 17:32:25 roberto Exp roberto $ 2** $Id: lstate.c,v 2.96 2012/05/22 17:50:39 roberto Exp roberto $
3** Global State 3** Global State
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -39,7 +39,7 @@
39#endif 39#endif
40 40
41 41
42#define MEMERRMSG "not enough memory" 42#define MEMERRMSG "not enough memory"
43 43
44 44
45/* 45/*