From: simonpj Date: Tue, 23 Nov 2004 15:24:02 +0000 (+0000) Subject: [project @ 2004-11-23 15:24:02 by simonpj] X-Git-Tag: Initial_conversion_from_CVS_complete~1398 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=6b2007335129717d6a7282e3967fcc6f56c596fc;p=ghc-hetmet.git [project @ 2004-11-23 15:24:02 by simonpj] White space only --- diff --git a/ghc/compiler/parser/RdrHsSyn.lhs b/ghc/compiler/parser/RdrHsSyn.lhs index d99908d..cfbbaa7 100644 --- a/ghc/compiler/parser/RdrHsSyn.lhs +++ b/ghc/compiler/parser/RdrHsSyn.lhs @@ -485,7 +485,7 @@ addl :: HsGroup a -> [LHsDecl a] -> (HsGroup a, Maybe (SpliceDecl a, [LHsDecl a] -- This stuff reverses the declarations (again) but it doesn't matter -- Base cases -addl gp [] = (gp, Nothing) +addl gp [] = (gp, Nothing) addl gp (L l d : ds) = add gp l d ds