]> git.proxmox.com Git - mirror_qemu.git/commit - hw/s390x/ipl.c
s390x/ipl: Improved code indentation in s390_ipl_init()
authorThomas Huth <thuth@linux.vnet.ibm.com>
Tue, 11 Feb 2014 08:12:27 +0000 (09:12 +0100)
committerCornelia Huck <cornelia.huck@de.ibm.com>
Tue, 3 Feb 2015 12:42:40 +0000 (13:42 +0100)
commit7691993c2b290dfedfb08a8eaa8cf7d5c6573fcb
treed5e8c47cc71475d1a8ef2d0a2c9d5842369f9186
parent68540b1a1b505d9578699b03fe0b5da716a21dcc
s390x/ipl: Improved code indentation in s390_ipl_init()

The indentation of the code in s390_ipl_init() can be simplified
a little bit by removing superfluous else-statements.

Suggested-by: Michael Mueller <mimu@linux.vnet.ibm.com>
Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
Acked-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
hw/s390x/ipl.c