Zap stray whitespace in lhs formatting
[ghc-hetmet.git] / compiler / typecheck / TcUnify.lhs
index e24ea65..5fcaea6 100644 (file)
@@ -65,7 +65,7 @@ tcInfer tc_infer
        ; res <- tc_infer (mkTyVarTy box)
        ; res_ty <- readFilledBox box   -- Guaranteed filled-in by now
        ; return (res, res_ty) }
-\end{code}                
+\end{code}
 
 
 %************************************************************************