]> git.proxmox.com Git - mirror_qemu.git/commit
qemu-img: fix switch indentation in img_amend()
authorStefan Hajnoczi <stefanha@redhat.com>
Fri, 17 Mar 2017 10:45:40 +0000 (18:45 +0800)
committerMax Reitz <mreitz@redhat.com>
Mon, 27 Mar 2017 14:50:36 +0000 (16:50 +0200)
commitf7077624b036bd70b0b04d6b3f9a7effc80a74a9
tree02ef6a02fd44244080f116222b007fff05f11bfe
parent4581c16fce3c1078351f3424208f346b11b378f0
qemu-img: fix switch indentation in img_amend()

QEMU coding style indents 'case' to the same level as the 'switch'
statement:

  switch (foo) {
  case 1:

Fix this coding style violation so checkpatch.pl doesn't complain about
the next patch.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-id: 20170317104541.28979-3-stefanha@redhat.com
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Max Reitz <mreitz@redhat.com>
qemu-img.c