From: simonpj@microsoft.com Date: Tue, 5 Feb 2008 16:37:02 +0000 (+0000) Subject: White space only X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=df61ac588d1e7132acea67596ca3d735a308eafb;p=ghc-hetmet.git White space only --- diff --git a/compiler/iface/LoadIface.lhs b/compiler/iface/LoadIface.lhs index 36771ba..a2afdcc 100644 --- a/compiler/iface/LoadIface.lhs +++ b/compiler/iface/LoadIface.lhs @@ -300,7 +300,8 @@ loadInterface doc_str mod from fam_inst_env, eps_stats = addEpsInStats (eps_stats eps) (length new_eps_decls) - (length new_eps_insts) (length new_eps_rules) } + (length new_eps_insts) + (length new_eps_rules) } ; return (Succeeded final_iface) }}}}