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_man.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_man.ml')
-rw-r--r-- | ocamldoc/odoc_man.ml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ocamldoc/odoc_man.ml b/ocamldoc/odoc_man.ml index dae2ff986..e6a3ed3d1 100644 --- a/ocamldoc/odoc_man.ml +++ b/ocamldoc/odoc_man.ml @@ -492,13 +492,13 @@ class man = | l, None, Some r -> bs b "\n.B : "; self#man_of_type_expr_list ~par: false b father " * " l; - bs b ".B -> "; + bs b ".B -> "; self#man_of_type_expr b father r; bs b " " | l, (Some t), Some r -> bs b "\n.B of "; self#man_of_type_expr_list ~par: false b father " * " l; - bs b ".B -> "; + bs b ".B -> "; self#man_of_type_expr b father r; bs b ".I \" \"\n"; bs b "(* "; |