From 7aa2c994b54ccdfa86f2b5a4d5786d8ed056c86f Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Sat, 22 Oct 2011 02:04:11 +0200 Subject: Whitespace. --- etc/strict.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') 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) end rawset(t, n, v) end - + mt.__index = function (t, n) if not mt.__declared[n] and what() ~= "C" then error("variable '"..n.."' is not declared", 2) -- cgit v1.2.1