]> matita.cs.unibo.it Git - helm.git/commitdiff
Reindentation.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 22 Mar 2011 21:58:08 +0000 (21:58 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 22 Mar 2011 21:58:08 +0000 (21:58 +0000)
matita/components/grafite_engine/grafiteEngine.ml

index 7febf874e3a25ac5defb81232663ace8756a3fe2..2f37a4e92f5c1fcc0ba6a84c2ebfed95a0725a92 100644 (file)
@@ -477,7 +477,7 @@ let compute_relevance status uri =
 let rec eval_ncommand ~include_paths opts status (text,prefix_len,cmd) =
   match cmd with
   | GrafiteAst.Include (loc, mode, fname) ->
-          let _root, baseuri, fullpath, _rrelpath = 
+     let _root, baseuri, fullpath, _rrelpath = 
        Librarian.baseuri_of_script ~include_paths fname in
      let baseuri = NUri.uri_of_string baseuri in
      (* MATITA 1.0: keep WithoutPreferences? *)