[commit: ghc] master: Whitespace only (8760cf3)

Ian Lynagh igloo at earth.li
Fri Feb 1 17:18:22 CET 2013


Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/8760cf35f0603b939c34224fa391c8ee5a61e095

>---------------------------------------------------------------

commit 8760cf35f0603b939c34224fa391c8ee5a61e095
Author: Ian Lynagh <ian at well-typed.com>
Date:   Fri Feb 1 14:14:59 2013 +0000

    Whitespace only

>---------------------------------------------------------------

 compiler/parser/Parser.y.pp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/compiler/parser/Parser.y.pp b/compiler/parser/Parser.y.pp
index c552b6a..623ae79 100644
--- a/compiler/parser/Parser.y.pp
+++ b/compiler/parser/Parser.y.pp
@@ -1789,12 +1789,12 @@ maybe_stmt :: { Maybe (LStmt RdrName (LHsExpr RdrName)) }
         | {- nothing -}                 { Nothing }
 
 stmt  :: { LStmt RdrName (LHsExpr RdrName) }
-        : qual                              { $1 }
+        : qual                          { $1 }
         | 'rec' stmtlist                { LL $ mkRecStmt (unLoc $2) }
 
 qual  :: { LStmt RdrName (LHsExpr RdrName) }
     : pat '<-' exp                      { LL $ mkBindStmt $1 $3 }
-    | exp                                   { L1 $ mkBodyStmt $1 }
+    | exp                               { L1 $ mkBodyStmt $1 }
     | 'let' binds                       { LL $ LetStmt (unLoc $2) }
 
 -----------------------------------------------------------------------------





More information about the ghc-commits mailing list