[libvirt] [PATCH 3/7] conf: Introduce virDomainDiskDefPostParse()

Ján Tomko jtomko at redhat.com
Fri Feb 15 13:25:00 UTC 2019


On Fri, Feb 15, 2019 at 12:55:48PM +0100, Andrea Bolognani wrote:
>Minor tweaks to ensure compliance with our coding style.
>
>Signed-off-by: Andrea Bolognani <abologna at redhat.com>
>---
> src/conf/domain_conf.c | 83 ++++++++++++++++++++++++------------------
> 1 file changed, 47 insertions(+), 36 deletions(-)
>
>diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c
>index 99319578f7..b794200e47 100644
>--- a/src/conf/domain_conf.c
>+++ b/src/conf/domain_conf.c
>@@ -4855,6 +4855,51 @@ virDomainRNGDefPostParse(virDomainRNGDefPtr rng)
>     return 0;
> }
>
>+

^ Whitespace Watch would worry.

>+static int
>+virDomainDiskDefPostParse(virDomainDiskDefPtr disk,
>+                         const virDomainDef *def,
>+                         virDomainXMLOptionPtr xmlopt)

Unintended indentation ---^

>+{

Reviewed-by: Ján Tomko <jtomko at redhat.com>

Jano
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20190215/866a545c/attachment-0001.sig>


More information about the libvir-list mailing list