tests: Fix indentation in virfilewrapper.c

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
Martin Kletzander 2017-07-25 11:43:33 +02:00
parent 62146d8532
commit ab0e027ffe

View File

@ -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)