[project @ 1997-08-25 21:56:22 by sof]
authorsof <unknown>
Mon, 25 Aug 1997 21:56:22 +0000 (21:56 +0000)
committersof <unknown>
Mon, 25 Aug 1997 21:56:22 +0000 (21:56 +0000)
ghc/compiler/rename/RnEnv.lhs

index a2534f3..5403354 100644 (file)
@@ -59,7 +59,7 @@ newGlobalName mod occ iface_flavour
        -- A hit in the cache!  Return it, but change the src loc
        -- of the thing we've found if this is a second definition site
        -- (that is, if loc /= NoSrcLoc)
-       Just name ->  returnRn name
+       Just name -> returnRn name
 
        -- Miss in the cache, so build a new original name,
        -- And put it in the cache