mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 17:34:18 +03:00
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
|
int
|
||||||
virFileWrapperAddPrefix(const char *prefix,
|
virFileWrapperAddPrefix(const char *prefix,
|
||||||
const char *override)
|
const char *override)
|
||||||
{
|
{
|
||||||
/* Both parameters are mandatory */
|
/* Both parameters are mandatory */
|
||||||
if (!prefix || !override)
|
if (!prefix || !override)
|
||||||
@ -145,7 +145,7 @@ virFileWrapperOverridePrefix(const char *path)
|
|||||||
do { \
|
do { \
|
||||||
init_syms(); \
|
init_syms(); \
|
||||||
\
|
\
|
||||||
newpath = virFileWrapperOverridePrefix(path); \
|
newpath = virFileWrapperOverridePrefix(path); \
|
||||||
if (!newpath) \
|
if (!newpath) \
|
||||||
abort(); \
|
abort(); \
|
||||||
} while (0)
|
} while (0)
|
||||||
|
Loading…
Reference in New Issue
Block a user