From 9d93fd6b22b3144a236ba3c9472da4c1eebff632 Mon Sep 17 00:00:00 2001
From: sof <unknown>
Date: Mon, 25 Aug 1997 21:56:22 +0000
Subject: [PATCH] [project @ 1997-08-25 21:56:22 by sof]

---
 ghc/compiler/rename/RnEnv.lhs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ghc/compiler/rename/RnEnv.lhs b/ghc/compiler/rename/RnEnv.lhs
index a2534f36ea50..54033542256a 100644
--- a/ghc/compiler/rename/RnEnv.lhs
+++ b/ghc/compiler/rename/RnEnv.lhs
@@ -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
-- 
GitLab