From 8f2719afe8699a6053cdf92294e171d72e373146 Mon Sep 17 00:00:00 2001 From: letouzey Date: Fri, 29 Nov 2002 00:29:26 +0000 Subject: cosmetique git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3337 85f007b7-540e-0410-9357-904b9bb8a0f7 --- contrib/extraction/ocaml.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/extraction/ocaml.ml b/contrib/extraction/ocaml.ml index 582dbd2abc..55e53acfa2 100644 --- a/contrib/extraction/ocaml.ml +++ b/contrib/extraction/ocaml.ml @@ -412,7 +412,7 @@ let pp_decl = function | Dterm (r, a, t) when is_proj r -> let e = pp_global r in (pp_val e t ++ - hov 0 (str "let " ++ e ++ str " x = x." ++ e ++ fnl() ++ fnl ())) + hov 0 (str "let " ++ e ++ str " x = x." ++ e ++ fnl())) | Dterm (r, a, t) -> let e = pp_global r in (pp_val e t ++ -- cgit v1.2.3