gc_common: minor reformating

This commit is contained in:
Andreas Rumpf
2018-07-01 15:10:18 +02:00
parent b5a96d28c7
commit 67c7e49e2a

View File

@@ -431,9 +431,9 @@ type
GlobalMarkerProc = proc () {.nimcall, benign.}
var
globalMarkersLen: int
globalMarkers: array[0.. 3499, GlobalMarkerProc]
globalMarkers: array[0..3499, GlobalMarkerProc]
threadLocalMarkersLen: int
threadLocalMarkers: array[0.. 3499, GlobalMarkerProc]
threadLocalMarkers: array[0..3499, GlobalMarkerProc]
gHeapidGenerator: int
proc nimRegisterGlobalMarker(markerProc: GlobalMarkerProc) {.compilerProc.} =