diff options
author | Damien Doligez <damien.doligez-inria.fr> | 2012-07-30 11:52:38 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 2012-07-30 11:52:38 +0000 |
commit | b7271628a25d208c90e77dce62ff0244a1c2fcdd (patch) | |
tree | ddb823c71ff039afc8ef7efb8557ef849dec7c3b /ocamldoc/odoc_sig.ml | |
parent | f6f54d325d799f45dbf18e45f1af6e9702861413 (diff) |
fix TABs and whitespace
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12797 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'ocamldoc/odoc_sig.ml')
-rw-r--r-- | ocamldoc/odoc_sig.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ocamldoc/odoc_sig.ml b/ocamldoc/odoc_sig.ml index f4e9ba50d..de0c6718e 100644 --- a/ocamldoc/odoc_sig.ml +++ b/ocamldoc/odoc_sig.ml @@ -232,7 +232,7 @@ module Analyser = { vc_name = constructor_name ; vc_args = List.map (Odoc_env.subst_type env) type_expr_list ; - vc_ret = may_map (Odoc_env.subst_type env) ret_type; + vc_ret = may_map (Odoc_env.subst_type env) ret_type; vc_text = comment_opt } in |