diff options
author | Damien Doligez <damien.doligez-inria.fr> | 2014-04-12 10:17:02 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 2014-04-12 10:17:02 +0000 |
commit | 7303ac34cad9046746f9f95a7610740efcfd2121 (patch) | |
tree | c9ed82fc5c21aa680d0d8eaf89b1f4f5421bf732 /typing/cmt_format.ml | |
parent | 7b52e6477c31b1568bb2254384c5f0f5ca5d3b95 (diff) | |
download | ocaml-7303ac34cad9046746f9f95a7610740efcfd2121.tar.gz |
fix some of the whitespace problems in the source
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14582 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'typing/cmt_format.ml')
-rw-r--r-- | typing/cmt_format.ml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/typing/cmt_format.ml b/typing/cmt_format.ml index c2e3791f07..29751de8f7 100644 --- a/typing/cmt_format.ml +++ b/typing/cmt_format.ml @@ -239,4 +239,3 @@ let save_cmt filename modname binary_annots sourcefile initial_env sg = close_out oc; end; clear () - |