mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
Whitespace.
This commit is contained in:
parent
d62dc01984
commit
4c08158be4
@ -1916,7 +1916,7 @@ map_op[".template__"] = function(params, template, nparams)
|
||||
if matchtm(tm, args) then
|
||||
local prefix = sub(szm, 1, 1)
|
||||
if prefix == "/" then -- Exactly match leading operand sizes.
|
||||
for i = #szm, 1, -1 do
|
||||
for i = #szm,1,-1 do
|
||||
if i == 1 then
|
||||
dopattern(pat, args, sz, params.op, needrex) -- Process pattern.
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user