소스 검색

Whitespace.

Mike Pall 14 년 전
부모
커밋
7aa2c994b5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      etc/strict.lua

+ 1 - 1
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)