White space only
authorsimonmar@microsoft.com <unknown>
Thu, 28 Jun 2007 08:02:03 +0000 (08:02 +0000)
committersimonmar@microsoft.com <unknown>
Thu, 28 Jun 2007 08:02:03 +0000 (08:02 +0000)
compiler/typecheck/TcSplice.lhs

index c7dccc4..bc10f3e 100644 (file)
@@ -501,8 +501,7 @@ lookupThName th_name@(TH.Name occ flavour)
            Nothing | not (isSrcRdrName rdr_name)       -- Exact, Orig
                    -> lookupImportedName rdr_name
                    | otherwise                         -- Unqual, Qual
-                   -> do { 
-                                 mb_name <- lookupSrcOcc_maybe rdr_name
+                   -> do { mb_name <- lookupSrcOcc_maybe rdr_name
                          ; case mb_name of
                              Just name -> return name
                              Nothing   -> failWithTc (notInScope th_name) }