[project @ 1999-07-07 11:22:13 by simonmar]
[ghc-hetmet.git] / ghc / compiler / parser / Lex.lhs
index efcda1b..39b2358 100644 (file)
@@ -523,7 +523,7 @@ lexToken cont glaexts buf =
     '}'# -> \ s@PState{context = ctx} ->
            case ctx of 
                (_:ctx') -> cont ITccurly (incLexeme buf) s{context=ctx'}
-               _ -> lexError "too many '}'s" buf s
+               _        -> lexError "too many '}'s" buf s
 
     '#'# -> case lookAhead# buf 1# of
                ')'#  | flag glaexts -> cont ITcubxparen (setCurrentPos# buf 2#)