[libvirt] [PATCH] virpcitest: Separate two functions properly

Michal Privoznik mprivozn at redhat.com
Mon Jun 17 15:50:16 UTC 2019


There is a missing empty line between two functions since its
introduction in v1.2.0-rc1~150.

Signed-off-by: Michal Privoznik <mprivozn at redhat.com>
---

Pushed under trivial rule.

 tests/virpcimock.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/virpcimock.c b/tests/virpcimock.c
index 7f9cdaa9b8..beb5e1490d 100644
--- a/tests/virpcimock.c
+++ b/tests/virpcimock.c
@@ -696,6 +696,7 @@ pci_driver_handle_unbind(const char *path)
  cleanup:
     return ret;
 }
+
 static int
 pci_driver_handle_new_id(const char *path)
 {
-- 
2.21.0




More information about the libvir-list mailing list