virpcitest: Separate two functions properly

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>
This commit is contained in:
Michal Privoznik 2019-06-17 17:42:13 +02:00
parent fe77197304
commit 68e503ee70

View 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)
{