From: Michal Privoznik Date: Mon, 17 Jun 2019 15:42:13 +0000 (+0200) Subject: virpcitest: Separate two functions properly X-Git-Tag: v5.5.0-rc1~226 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68e503ee70462ba755e400b123bd713867c9764e;p=thirdparty%2Flibvirt.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 --- 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) {