From 68e503ee70462ba755e400b123bd713867c9764e Mon Sep 17 00:00:00 2001 From: Michal Privoznik Date: Mon, 17 Jun 2019 17:42:13 +0200 Subject: [PATCH] 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 --- 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.47.2