wrong spaces (3 => 2) (#19145)

This commit is contained in:
flywind
2021-11-14 19:46:21 +08:00
committed by GitHub
parent 270a5a372d
commit bec4900165

View File

@@ -190,7 +190,7 @@ when defined(windows):
threadProcWrapperBody(closure)
# implicitly return 0
elif defined(genode):
proc threadProcWrapper[TArg](closure: pointer) {.noconv.} =
proc threadProcWrapper[TArg](closure: pointer) {.noconv.} =
threadProcWrapperBody(closure)
else:
proc threadProcWrapper[TArg](closure: pointer): pointer {.noconv.} =