summaryrefslogtreecommitdiffstats
path: root/ocamldoc/odoc_analyse.ml
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>2012-07-30 11:52:38 +0000
committerDamien Doligez <damien.doligez-inria.fr>2012-07-30 11:52:38 +0000
commitb7271628a25d208c90e77dce62ff0244a1c2fcdd (patch)
treeddb823c71ff039afc8ef7efb8557ef849dec7c3b /ocamldoc/odoc_analyse.ml
parentf6f54d325d799f45dbf18e45f1af6e9702861413 (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_analyse.ml')
-rw-r--r--ocamldoc/odoc_analyse.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ocamldoc/odoc_analyse.ml b/ocamldoc/odoc_analyse.ml
index cc0cf57b2..c07cf4c93 100644
--- a/ocamldoc/odoc_analyse.ml
+++ b/ocamldoc/odoc_analyse.ml
@@ -64,7 +64,7 @@ let process_implementation_file ppf sourcefile =
let parsetree = Pparse.file Format.err_formatter inputfile Parse.implementation ast_impl_magic_number in
let typedtree =
Typemod.type_implementation
- sourcefile prefixname modulename env parsetree
+ sourcefile prefixname modulename env parsetree
in
(Some (parsetree, typedtree), inputfile)
with