access/: Remove spaces after casts
Signed-off-by: Martin Kletzander <mkletzan@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
0b86e23d25
commit
76f253d866
@ -135,7 +135,7 @@ virAccessDriverPolkitCheck(virAccessManagerPtr manager ATTRIBUTE_UNUSED,
|
|||||||
goto cleanup;
|
goto cleanup;
|
||||||
|
|
||||||
VIR_DEBUG("Check action '%s' for process '%lld' time %lld uid %d",
|
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,
|
rv = virPolkitCheckAuth(actionid,
|
||||||
pid,
|
pid,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user