[project @ 2004-11-23 15:24:02 by simonpj]
authorsimonpj <unknown>
Tue, 23 Nov 2004 15:24:02 +0000 (15:24 +0000)
committersimonpj <unknown>
Tue, 23 Nov 2004 15:24:02 +0000 (15:24 +0000)
White space only

ghc/compiler/parser/RdrHsSyn.lhs

index d99908d..cfbbaa7 100644 (file)
@@ -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