提交 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) ...@@ -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) ...@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册