提交 76f253d8 编写于 作者: M Martin Kletzander

access/: Remove spaces after casts

Signed-off-by: NMartin Kletzander <mkletzan@redhat.com>
Reviewed-by: NJán Tomko <jtomko@redhat.com>
上级 0b86e23d
......@@ -135,7 +135,7 @@ virAccessDriverPolkitCheck(virAccessManagerPtr manager ATTRIBUTE_UNUSED,
goto cleanup;
VIR_DEBUG("Check action '%s' for process '%lld' time %lld uid %d",
actionid, (long long) pid, startTime, uid);
actionid, (long long)pid, startTime, uid);
rv = virPolkitCheckAuth(actionid,
pid,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册