From: Yi Min Zhao Date: Mon, 9 May 2016 10:26:44 +0000 (+0800) Subject: s390x/pci: remove whitespace X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=c26916942a4a085b316fd102d1725412a6544b04;p=qmiga%2Fqemu.git s390x/pci: remove whitespace Fix indentation of PciCfgSccb struct. Signed-off-by: Yi Min Zhao Signed-off-by: Cornelia Huck --- diff --git a/hw/s390x/s390-pci-bus.h b/hw/s390x/s390-pci-bus.h index 8b64884e3d..2c852d47fa 100644 --- a/hw/s390x/s390-pci-bus.h +++ b/hw/s390x/s390-pci-bus.h @@ -198,11 +198,11 @@ typedef struct ChscSeiNt2Res { } QEMU_PACKED ChscSeiNt2Res; typedef struct PciCfgSccb { - SCCBHeader header; - uint8_t atype; - uint8_t reserved1; - uint16_t reserved2; - uint32_t aid; + SCCBHeader header; + uint8_t atype; + uint8_t reserved1; + uint16_t reserved2; + uint32_t aid; } QEMU_PACKED PciCfgSccb; typedef struct S390MsixInfo {