mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-09 06:25:19 +00:00
properly indent virSecurityLabelDefsParseXML() parameters
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
parent
f762aaf782
commit
b12037863e
@ -4664,9 +4664,9 @@ virSecurityLabelDefParseXML(xmlXPathContextPtr ctxt,
|
||||
|
||||
static int
|
||||
virSecurityLabelDefsParseXML(virDomainDefPtr def,
|
||||
xmlXPathContextPtr ctxt,
|
||||
virCapsPtr caps,
|
||||
unsigned int flags)
|
||||
xmlXPathContextPtr ctxt,
|
||||
virCapsPtr caps,
|
||||
unsigned int flags)
|
||||
{
|
||||
size_t i = 0;
|
||||
int n;
|
||||
|
Loading…
Reference in New Issue
Block a user