diff options
author | Mike Pall <mike> | 2011-10-22 02:04:11 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2011-10-22 02:04:11 +0200 |
commit | 7aa2c994b54ccdfa86f2b5a4d5786d8ed056c86f (patch) | |
tree | 7e9d11f555534e8accf1e511bb6cd0fcc366eb57 /etc | |
parent | aa502203a603625a0d8e51975db4504e58b917f0 (diff) | |
download | luajit-7aa2c994b54ccdfa86f2b5a4d5786d8ed056c86f.tar.gz luajit-7aa2c994b54ccdfa86f2b5a4d5786d8ed056c86f.tar.bz2 luajit-7aa2c994b54ccdfa86f2b5a4d5786d8ed056c86f.zip |
Whitespace.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/strict.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/strict.lua b/etc/strict.lua index 604619dd..e57b0cc1 100644 --- a/etc/strict.lua +++ b/etc/strict.lua | |||
@@ -31,7 +31,7 @@ mt.__newindex = function (t, n, v) | |||
31 | end | 31 | end |
32 | rawset(t, n, v) | 32 | rawset(t, n, v) |
33 | end | 33 | end |
34 | 34 | ||
35 | mt.__index = function (t, n) | 35 | mt.__index = function (t, n) |
36 | if not mt.__declared[n] and what() ~= "C" then | 36 | if not mt.__declared[n] and what() ~= "C" then |
37 | error("variable '"..n.."' is not declared", 2) | 37 | error("variable '"..n.."' is not declared", 2) |