X-Git-Url: http://git.hcoop.net/bpt/coccinelle.git/blobdiff_plain/ca417fcf6830657ebcabb47429fee43fda25856b..8babbc8f18fe06ec20e19630a1ec09e759c380e1:/cocci.ml diff --git a/cocci.ml b/cocci.ml index 5a86ffa..ff638fb 100644 --- a/cocci.ml +++ b/cocci.ml @@ -85,12 +85,12 @@ let sp_of_file2 file iso = begin Hashtbl.add _h_ocaml_init (file,iso) (); match Prepare_ocamlcocci.prepare file xs with - None -> res - | Some ocaml_script_file -> - (* compile file *) + None -> res + | Some ocaml_script_file -> + (* compile file *) Prepare_ocamlcocci.load_file ocaml_script_file; (if not !Common.save_tmp_files - then Prepare_ocamlcocci.clean_file ocaml_script_file); + then Prepare_ocamlcocci.clean_file ocaml_script_file); res end in Hashtbl.add _hparse (file,iso)