Signed-off-by: Martin Kletzander <mkletzan(a)redhat.com>
---
tests/virfilewrapper.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/virfilewrapper.c b/tests/virfilewrapper.c
index bf2fa6905a26..fede7b2e89a8 100644
--- a/tests/virfilewrapper.c
+++ b/tests/virfilewrapper.c
@@ -70,7 +70,7 @@ static void init_syms(void)
int
virFileWrapperAddPrefix(const char *prefix,
- const char *override)
+ const char *override)
{
/* Both parameters are mandatory */
if (!prefix || !override)
@@ -145,7 +145,7 @@ virFileWrapperOverridePrefix(const char *path)
do { \
init_syms(); \
\
- newpath = virFileWrapperOverridePrefix(path); \
+ newpath = virFileWrapperOverridePrefix(path); \
if (!newpath) \
abort(); \
} while (0)
--
2.14.0