]> git.ipfire.org Git - thirdparty/qemu.git/commit
dmg: coding style and indentation cleanup
authorStefan Hajnoczi <stefanha@redhat.com>
Wed, 26 Mar 2014 12:05:54 +0000 (13:05 +0100)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Thu, 3 Jul 2014 21:18:13 +0000 (16:18 -0500)
commitdedf4a5f79d8dcb384c1324b44dae536ec938d9d
treed4933740193780a63ccad2a83103ae10cbcc2cd6
parent3c6347ce8c3edc677c95da437bd40321e6d57b00
dmg: coding style and indentation cleanup

Clean up the mix of tabs and spaces, as well as the coding style
violations in block/dmg.c.  There are no semantic changes since this
patch simply reformats the code.

This patch is necessary before we can make meaningful changes to this
file, due to the inconsistent formatting and confusing indentation.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
(cherry picked from commit 2c1885adcf0312da80c7317b09f9adad97fa0fc6)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
block/dmg.c