[libvirt] [PATCH v2 3/3] qemu/qemu_command.c: fix indent of label

Jiri Denemark jdenemar at redhat.com
Sat Nov 10 13:45:59 UTC 2012


On Sat, Nov 10, 2012 at 02:40:25 +0100, Alon Levy wrote:
> ---
>  src/qemu/qemu_command.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c
> index a1a4523..02a28b3 100644
> --- a/src/qemu/qemu_command.c
> +++ b/src/qemu/qemu_command.c
> @@ -788,7 +788,7 @@ qemuAssignDeviceAliases(virDomainDefPtr def, qemuCapsPtr caps)
>  
>      return 0;
>  
> -    no_memory:
> +no_memory:
>      virReportOOMError();
>      return -1;
>  }

ACK

Jirka




More information about the libvir-list mailing list