From 286f93a9631e06a27a8cb5a5d17c68cf2b8d3cac Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Thu, 15 Mar 2018 14:24:30 +0800 Subject: [PATCH] indentation --- src/gen_rules.ml | 2 +- src/scope.mli | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gen_rules.ml b/src/gen_rules.ml index fd499ce4..f5d3a151 100644 --- a/src/gen_rules.ml +++ b/src/gen_rules.ml @@ -104,7 +104,7 @@ module Gen(P : Install_rules.Params) = struct \n\ \nThis will become an error in the future." (let tag = Sexp.unsafe_atom_of_string - "modules_without_implementation" in + "modules_without_implementation" in Sexp.to_string (List [ tag ; Sexp.To_sexp.(list string) should_be_listed ])) diff --git a/src/scope.mli b/src/scope.mli index 5243ca46..55e9c04c 100644 --- a/src/scope.mli +++ b/src/scope.mli @@ -12,7 +12,7 @@ val info : t -> Jbuild.Scope_info.t val libs : t -> Lib.DB.t (** Scope databases *) - module DB : sig +module DB : sig type scope = t type t