Skip to content

Commit 20c089e

Browse files
authored
meta: add some spaces to improve readability
1 parent 2372d6e commit 20c089e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

meta/template/jit.profile.lua

Lines changed: 2 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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)