[Pkg-libvirt-commits] [libguestfs] 42/233: builder: planner: Whitespace change.

Hilko Bengen bengen at moszumanska.debian.org
Wed Feb 19 21:10:46 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch experimental
in repository libguestfs.

commit e664739a578f31c3f97073e713f9f33d4eb62d8d
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Mon Jan 13 20:58:08 2014 +0000

    builder: planner: Whitespace change.
---
 mllib/planner.ml  | 3 ++-
 mllib/planner.mli | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/mllib/planner.ml b/mllib/planner.ml
index 2a0e640..577e5a8 100644
--- a/mllib/planner.ml
+++ b/mllib/planner.ml
@@ -23,7 +23,8 @@ type ('name, 'value) tags = ('name, 'value) tag list
 type ('name, 'value, 'task) plan =
   (('name, 'value) tags * 'task * ('name, 'value) tags) list
 
-type ('name, 'value, 'task) transitions_function = ('name, 'value) tags -> ('task * int * ('name, 'value) tags) list
+type ('name, 'value, 'task) transitions_function =
+  ('name, 'value) tags -> ('task * int * ('name, 'value) tags) list
 
 let plan ?(max_depth = 10) transitions itags (goal_must, goal_must_not) =
   (* Do the given output tags match the finish condition? *)
diff --git a/mllib/planner.mli b/mllib/planner.mli
index 93d4903..494608e 100644
--- a/mllib/planner.mli
+++ b/mllib/planner.mli
@@ -48,7 +48,8 @@ type ('name, 'value) tags = ('name, 'value) tag list
 type ('name, 'value, 'task) plan =
   (('name, 'value) tags * 'task * ('name, 'value) tags) list
 
-type ('name, 'value, 'task) transitions_function = ('name, 'value) tags -> ('task * int * ('name, 'value) tags) list
+type ('name, 'value, 'task) transitions_function =
+  ('name, 'value) tags -> ('task * int * ('name, 'value) tags) list
 
 val plan : ?max_depth:int -> ('name, 'value, 'task) transitions_function -> ('name, 'value) tags -> ('name, 'value) tags * ('name, 'value) tags -> ('name, 'value, 'task) plan
 (** Make a plan.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list