We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 670fa68 commit bb95968Copy full SHA for bb95968
oldwinapi/windows.nim
@@ -7891,7 +7891,7 @@ else:
7891
# dummy CONTEXT so that it compiles:
7892
type
7893
CONTEXT* {.final, pure.} = object
7894
- data: array [0..255, float64]
+ data: array[0..255, float64]
7895
7896
7897
LPCONTEXT* = ptr CONTEXT
@@ -10151,7 +10151,7 @@ type
10151
D1*: int32
10152
D2*: int16
10153
D3*: int16
10154
- D4*: array [0..7, int8]
+ D4*: array[0..7, int8]
10155
10156
LPMEMORYSTATUS* = ptr MEMORYSTATUS
10157
TMEMORYSTATUS* = MEMORYSTATUS
0 commit comments