You need to sign in or sign up before continuing.
提交 55be2920 编写于 作者: J John Ferlan

util: Fix broken syntax-check

Commit id '743db933' broke at least one syntax check rule regard open/close
braces and perhaps more with spacing.  Just remove the braces
上级 743db933
......@@ -123,9 +123,8 @@ int virAuthConfigLookup(virAuthConfigPtr auth,
if (!virKeyFileHasGroup(auth->keyfile, authgroup)) {
VIR_FREE(authgroup);
if (virAsprintf(&authgroup, "auth-%s-%s", service, "default") < 0){
if (virAsprintf(&authgroup, "auth-%s-%s", service, "default") < 0)
goto cleanup;
}
}
if (!virKeyFileHasGroup(auth->keyfile, authgroup)) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册