From ab0e027ffe072a6c415b62aeba174709422f0132 Mon Sep 17 00:00:00 2001 From: Martin Kletzander Date: Tue, 25 Jul 2017 11:43:33 +0200 Subject: [PATCH] tests: Fix indentation in virfilewrapper.c Signed-off-by: Martin Kletzander --- tests/virfilewrapper.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/virfilewrapper.c b/tests/virfilewrapper.c index bf2fa6905a..fede7b2e89 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)