Re: [PATCH v2 12/29] domain_conf.c: fix identation in virDomainControllerDefParseXML()

2022-02-21 Thread Ján Tomko
On a Tuesday in 2022, Daniel Henrique Barboza wrote: The identation of VIR_DOMAIN_CONTROLLER_TYPE_PCI elements are in the same level as the parent 'if (def->type == ...TYPE_PCI)' clause, and the closing bracket of this 'if' looks like a misplaced bracket of the 'targetIndex' clause that comes rig

[PATCH v2 12/29] domain_conf.c: fix identation in virDomainControllerDefParseXML()

2022-01-25 Thread Daniel Henrique Barboza
The identation of VIR_DOMAIN_CONTROLLER_TYPE_PCI elements are in the same level as the parent 'if (def->type == ...TYPE_PCI)' clause, and the closing bracket of this 'if' looks like a misplaced bracket of the 'targetIndex' clause that comes right before it. Reviewed-by: Peter Krempa Signed-off-by