1
0
mirror of https://github.com/skywind3000/z.lua synced 2026-03-19 06:09:48 +00:00

fix: indent format

This commit is contained in:
Heyward Fann
2019-02-01 13:55:51 +08:00
parent ddadb20521
commit 9fe0fc67a0

4
z.lua
View File

@@ -525,9 +525,9 @@ function math.random_init()
if rnd ~= nil then
seed = seed .. rnd
end
local tmpname = os.tmpname()
local tmpname = os.tmpname()
seed = seed .. tmpname
os.remove(tmpname)
os.remove(tmpname)
local number = 0
for i = 1, seed:len() do
local k = string.byte(seed:sub(i, i))