fix indentation wibble to make it compile with 5.04
authorSimon Marlow <simonmar@microsoft.com>
Tue, 24 Oct 2006 12:28:00 +0000 (12:28 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Tue, 24 Oct 2006 12:28:00 +0000 (12:28 +0000)
compiler/iface/TcIface.lhs

index 21d2fb3..4232195 100644 (file)
@@ -447,8 +447,8 @@ tcIfaceDataCons tycon_name tycon tc_tyvars if_cons
                         ifConOcc = occ, ifConCtxt = ctxt, ifConEqSpec = spec,
                         ifConArgTys = args, ifConFields = field_lbls,
                         ifConStricts = stricts})
-      = bindIfaceTyVars univ_tvs $ \ univ_tyvars -> do
-       bindIfaceTyVars ex_tvs   $ \ ex_tyvars -> do
+     = bindIfaceTyVars univ_tvs $ \ univ_tyvars -> do
+       bindIfaceTyVars ex_tvs   $ \ ex_tyvars -> do
        { name  <- lookupIfaceTop occ
         ; eq_spec <- tcIfaceEqSpec spec
        ; theta <- tcIfaceCtxt ctxt     -- Laziness seems not worth the bother here