[project @ 2002-05-09 13:15:07 by simonmar]
[ghc-base.git] / Data / FiniteMap.hs
index a44bb36..88279bd 100644 (file)
@@ -201,7 +201,7 @@ emptyFM
     bottom = panic "emptyFM"
 -}
 
--- #define EmptyFM (Branch _ _ IF_GHC(0#,0) _ _)
+--  #define EmptyFM (Branch _ _ IF_GHC(0#,0) _ _)
 
 unitFM key elt = Branch key elt IF_GHC(1#,1) emptyFM emptyFM