提交 ab0e027f 编写于 作者: M Martin Kletzander

tests: Fix indentation in virfilewrapper.c

Signed-off-by: NMartin Kletzander <mkletzan@redhat.com>
上级 62146d85
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册