]> git.ipfire.org Git - thirdparty/LuaJIT.git/commitdiff
Whitespace.
authorMike Pall <mike>
Sat, 22 Oct 2011 00:04:11 +0000 (02:04 +0200)
committerMike Pall <mike>
Sat, 22 Oct 2011 00:04:11 +0000 (02:04 +0200)
etc/strict.lua

index 604619dd2ef2a8bf30a760e6d072263384f55d4d..e57b0cc182738b3ce9432f0b097b6295a259d64a 100644 (file)
@@ -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)