mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 17:34:43 +00:00
styleCheck fixes [bugfix]
This commit is contained in:
@@ -17,7 +17,7 @@ type
|
||||
DIR* {.importc: "DIR", header: "<dirent.h>",
|
||||
incompleteStruct.} = object
|
||||
|
||||
const SIG_HOLD* = cast[SigHandler](2)
|
||||
const SIG_HOLD* = cast[Sighandler](2)
|
||||
|
||||
type
|
||||
SocketHandle* = distinct cint # The type used to represent socket descriptors
|
||||
@@ -218,7 +218,7 @@ type
|
||||
st_blocks*: Blkcnt ## Number of blocks allocated for this object.
|
||||
reserved: array[2, clong]
|
||||
|
||||
|
||||
|
||||
|
||||
Statvfs* {.importc: "struct statvfs", header: "<sys/statvfs.h>",
|
||||
final, pure.} = object ## struct statvfs
|
||||
|
||||
Reference in New Issue
Block a user