indentation

This commit is contained in:
Rudi Grinberg 2018-03-15 14:24:30 +08:00
parent 74a98b9caa
commit 286f93a963
2 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@ module Gen(P : Install_rules.Params) = struct
\n\ \n\
\nThis will become an error in the future." \nThis will become an error in the future."
(let tag = Sexp.unsafe_atom_of_string (let tag = Sexp.unsafe_atom_of_string
"modules_without_implementation" in "modules_without_implementation" in
Sexp.to_string (List [ tag Sexp.to_string (List [ tag
; Sexp.To_sexp.(list string) should_be_listed ; Sexp.To_sexp.(list string) should_be_listed
])) ]))

View File

@ -12,7 +12,7 @@ val info : t -> Jbuild.Scope_info.t
val libs : t -> Lib.DB.t val libs : t -> Lib.DB.t
(** Scope databases *) (** Scope databases *)
module DB : sig module DB : sig
type scope = t type scope = t
type t type t