mirror of https://gitee.com/openkylin/libvirt.git
tests: Fix indentation in virfilewrapper.c
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
parent
62146d8532
commit
ab0e027ffe
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue