[PATCH 16/33] domain_conf.c: fix identation in virDomainControllerDefParseXML()

Peter Krempa pkrempa at redhat.com
Fri Jan 21 14:27:11 UTC 2022


On Thu, Jan 20, 2022 at 10:52:19 -0300, 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 right before it.
> 
> Signed-off-by: Daniel Henrique Barboza <danielhb413 at gmail.com>
> ---
>  src/conf/domain_conf.c | 56 +++++++++++++++++++++---------------------
>  1 file changed, 28 insertions(+), 28 deletions(-)

Reviewed-by: Peter Krempa <pkrempa at redhat.com>




More information about the libvir-list mailing list