diff --git a/ghc/compiler/rename/RnEnv.lhs b/ghc/compiler/rename/RnEnv.lhs
index a2534f36ea5027cc2e917e9452517c5271324e9d..54033542256a7c8e8bfdf87f754627eb531c32fc 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