]> xenbits.xensource.com Git - libvirt.git/commitdiff
virpcitest: Separate two functions properly
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 17 Jun 2019 15:42:13 +0000 (17:42 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 17 Jun 2019 15:47:18 +0000 (17:47 +0200)
There is a missing empty line between two functions since its
introduction in v1.2.0-rc1~150.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
tests/virpcimock.c

index 7f9cdaa9b8a7228546bab83fbe25001c98fbc7d0..beb5e1490dd5b697d549d3514e16ac7babad7092 100644 (file)
@@ -696,6 +696,7 @@ pci_driver_handle_unbind(const char *path)
  cleanup:
     return ret;
 }
+
 static int
 pci_driver_handle_new_id(const char *path)
 {