Skip to content

Commit a0b0ac6

Browse files
committed
Formatted arch scripts.
1 parent dc11c38 commit a0b0ac6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

arch/INFLATE.LUA

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,7 @@ function inflate(r, w, z)
208208
le[#le + 1] = s
209209
elseif s == 16 then
210210
local x, l = bs.r(2) + 3, le[#le]
211-
for _ = 1, x do le[#le + 1] = l
212-
end
211+
for _ = 1, x do le[#le + 1] = l end
213212
elseif s == 17 then
214213
local x = bs.r(3) + 3
215214
for _ = 1, x do le[#le + 1] = 0 end

0 commit comments

Comments
 (0)