[libvirt] [PATCH 2/2] leaseshelper: Fix incorrect alignment of a switch case

Eric Blake eblake at redhat.com
Wed Dec 3 17:47:14 UTC 2014


On 12/03/2014 10:29 AM, Peter Krempa wrote:
> Introduced in ca6dbdd047d1ed691ccbae72556d85722a5f7a36
> ---
>  src/network/leaseshelper.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

ACK; trivial.

> 
> diff --git a/src/network/leaseshelper.c b/src/network/leaseshelper.c
> index 9628cee..2d528f7 100644
> --- a/src/network/leaseshelper.c
> +++ b/src/network/leaseshelper.c
> @@ -235,7 +235,7 @@ main(int argc, char **argv)
>      }
> 
>      switch ((enum virLeaseActionFlags) action) {
> -    case  VIR_LEASE_ACTION_ADD:
> +    case VIR_LEASE_ACTION_ADD:
>      case VIR_LEASE_ACTION_OLD:
>          if (!mac)
>              break;
> 

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 539 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20141203/b1af5c21/attachment-0001.sig>


More information about the libvir-list mailing list