mirror of https://gitee.com/openkylin/libvirt.git
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:
parent
fe77197304
commit
68e503ee70
|
@ -696,6 +696,7 @@ pci_driver_handle_unbind(const char *path)
|
|||
cleanup:
|
||||
return ret;
|
||||
}
|
||||
|
||||
static int
|
||||
pci_driver_handle_new_id(const char *path)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue