mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-06 20:04:18 +00:00
devel: style fix (#19318)
this allows "--styleCheck:usages --styleCheck:error"
(cherry picked from commit 35cae73aa5)
This commit is contained in:
committed by
narimiran
parent
589dc2d18f
commit
9de1013c94
@@ -810,7 +810,7 @@ proc accept*(fd: SocketHandle, inheritable = defined(nimInheritHandles)): (Socke
|
||||
## child processes.
|
||||
##
|
||||
## Returns (osInvalidSocket, "") if an error occurred.
|
||||
var sockAddress: Sockaddr
|
||||
var sockAddress: SockAddr
|
||||
var addrLen = sizeof(sockAddress).SockLen
|
||||
var sock =
|
||||
when (defined(linux) or defined(bsd)) and not defined(nimdoc):
|
||||
|
||||
Reference in New Issue
Block a user