Skip to content

Commit c786129

Browse files
authored
Merge pull request #1 from C3pa/patch-1
meta: add some spaces to improve readability
2 parents 2372d6e + 20c089e commit c786129

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

meta/template/jit.profile.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
local profile = {}
55

66
---@param mode string
7-
---@param func fun(L:thread,samples:integer,vmst:string)
7+
---@param func fun(L: thread, samples: integer, vmst: string)
88
function profile.start(mode, func)
99
end
1010

1111
function profile.stop()
1212
end
1313

14-
---@overload fun(th:thread,fmt:string,depth:integer)
14+
---@overload fun(th: thread, fmt: string, depth: integer)
1515
---@param fmt string
1616
---@param depth integer
1717
function profile.dumpstack(fmt, depth)

meta/template/jit.util.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ end
105105
function util.tracemc(tr)
106106
end
107107

108-
---@overload fun(exitno:integer):integer
108+
---@overload fun(exitno: integer): integer
109109
---@param tr Trace
110110
---@param exitno integer
111111
---@return integer? addr

0 commit comments

Comments
 (0)