[libvirt] [PATCH 2/5] tests: Fix indentation in virfilewrapper.c

Martin Kletzander mkletzan at redhat.com
Thu Aug 10 13:31:46 UTC 2017


Signed-off-by: Martin Kletzander <mkletzan at 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




More information about the libvir-list mailing list