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 4bdb9df commit 2f23b06Copy full SHA for 2f23b06
System/Metrics.hs
@@ -445,7 +445,7 @@ getGcStats = do
445
446
-- | Empty GC statistics, as if the application hasn't started yet.
447
emptyGCStats :: Stats.GCStats
448
-#if MIN_VERSION_base(4,10,0)
+# if MIN_VERSION_base(4,10,0)
449
emptyGCStats = Stats.GCStats
450
{ bytesAllocated = 0
451
, numGcs = 0
@@ -467,7 +467,7 @@ emptyGCStats = Stats.GCStats
467
, parMaxBytesCopied = 0
468
, mblocksAllocated = 0
469
}
470
-#else
+# else
471
472
473
@@ -488,7 +488,7 @@ emptyGCStats = Stats.GCStats
488
, parTotBytesCopied = 0
489
490
491
-#endif
+# endif
492
#else
493
getGcStats = Stats.getGCStats
494
#endif
0 commit comments