[Pkg-libvirt-commits] [libguestfs] 25/65: v2v: test-harness: Rearrange 'in' in function definition.

Hilko Bengen bengen at moszumanska.debian.org
Tue Apr 21 12:10:57 UTC 2015


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

bengen pushed a commit to branch experimental
in repository libguestfs.

commit 1fabb99f11976034fffe01e67e1f49f375aa2d37
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Thu Apr 9 17:39:20 2015 +0100

    v2v: test-harness: Rearrange 'in' in function definition.
    
    Just a whitespace change.
---
 v2v/test-harness/v2v_test_harness.ml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/v2v/test-harness/v2v_test_harness.ml b/v2v/test-harness/v2v_test_harness.ml
index ae67de3..4511cfe 100644
--- a/v2v/test-harness/v2v_test_harness.ml
+++ b/v2v/test-harness/v2v_test_harness.ml
@@ -253,7 +253,8 @@ let run ~test ?input_disk ?input_xml ?(test_plan = default_plan) () =
     let bootfail t fs =
       let screenshot = take_screenshot t in
       eprintf "boot failed: see screenshot in %s\n%!" screenshot;
-      ksprintf failwith fs in
+      ksprintf failwith fs
+    in
 
     (* The guest is booting.  We expect it to write to the disk within
      * the first boot_wait_to_write seconds.

-- 
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