[libvirt] [PATCH] virsh: print error in case of cellno is invalid

Laine Stump laine at laine.org
Wed Jan 5 18:11:09 UTC 2011


On 01/05/2011 12:49 PM, Daniel P. Berrange wrote:
> IMHO the hacking guideline should only allow
>
>    if (foo)
>      bar;
>    else
>      wizz;
>
> Or
>
>    if (foo) {
>      bar;
>      ...
>    } else {
>      wizz;
>      ...
>    }

+1 (just in case we're voting :-)




More information about the libvir-list mailing list