Blame SOURCES/0007-convert-windows-Remove-extraneous-blank-lines-in-sou.patch

b85204
From fd9694a3a2ea2911335cd3a85558a92b14d946fc Mon Sep 17 00:00:00 2001
b85204
From: "Richard W.M. Jones" <rjones@redhat.com>
b85204
Date: Mon, 16 Jan 2023 12:19:29 +0000
b85204
Subject: [PATCH] convert: windows: Remove extraneous blank lines in source
b85204
b85204
---
b85204
 convert/convert_windows.ml | 1 -
b85204
 convert/windows_virtio.ml  | 1 -
b85204
 2 files changed, 2 deletions(-)
b85204
b85204
diff --git a/convert/convert_windows.ml b/convert/convert_windows.ml
b85204
index 57a7ff03..b0436fe4 100644
b85204
--- a/convert/convert_windows.ml
b85204
+++ b/convert/convert_windows.ml
b85204
@@ -476,7 +476,6 @@ let convert (g : G.guestfs) _ inspect _ static_ips =
b85204
         (sprintf "install-%s.ps1" msi_path) !psh_script;
b85204
     ) files
b85204
 
b85204
-
b85204
   and unconfigure_xenpv () =
b85204
     match xenpv_uninst with
b85204
     | None -> () (* nothing to be uninstalled *)
b85204
diff --git a/convert/windows_virtio.ml b/convert/windows_virtio.ml
b85204
index d9fda13f..2ce92ece 100644
b85204
--- a/convert/windows_virtio.ml
b85204
+++ b/convert/windows_virtio.ml
b85204
@@ -215,7 +215,6 @@ and copy_qemu_ga g inspect =
b85204
     (fun () ->
b85204
       error (f_"root directory ‘/’ is missing from the virtio-win directory or ISO.\n\nThis should not happen and may indicate that virtio-win or virt-v2v is broken in some way.  Please report this as a bug with a full debug log."))
b85204
 
b85204
-
b85204
 (* Copy all files from virtio_win directory/ISO located in [srcdir]
b85204
  * subdirectory and all its subdirectories to the [destdir]. The directory
b85204
  * hierarchy is not preserved, meaning all files will be directly in [destdir].