Commit 6834c3f4 authored by Markus Armbruster's avatar Markus Armbruster
Browse files

Clean up decorations and whitespace around header guards



Cleaned up with scripts/clean-header-guards.pl.

Signed-off-by: default avatarMarkus Armbruster <armbru@redhat.com>
Message-Id: <20190315145123.28030-9-armbru@redhat.com>
parent 177d9e0d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -394,4 +394,4 @@ void ahci_reset(AHCIState *s);

#define SYSBUS_AHCI(obj) OBJECT_CHECK(SysbusAHCIState, (obj), TYPE_SYSBUS_AHCI)

#endif /* HW_IDE_AHCI_H */
#endif /* HW_IDE_AHCI_INTERNAL_H */
+1 −1
Original line number Diff line number Diff line
@@ -124,4 +124,4 @@ void aio_wait_kick(void);
 */
void aio_wait_bh_oneshot(AioContext *ctx, QEMUBHFunc *cb, void *opaque);

#endif /* QEMU_AIO_WAIT */
#endif /* QEMU_AIO_WAIT_H */
+0 −1
Original line number Diff line number Diff line
@@ -53,4 +53,3 @@ typedef struct NRF51State {
} NRF51State;

#endif
+1 −1
Original line number Diff line number Diff line
@@ -163,4 +163,4 @@ void smmu_inv_notifiers_all(SMMUState *s);
/* Unmap the range of all the notifiers registered to @mr */
void smmu_inv_notifiers_mr(IOMMUMemoryRegion *mr);

#endif  /* HW_ARM_SMMU_COMMON */
#endif /* HW_ARM_SMMU_COMMON_H */
+1 −1
Original line number Diff line number Diff line
@@ -30,4 +30,4 @@ typedef struct IMX2WdtState {
    MemoryRegion mmio;
} IMX2WdtState;

#endif /* IMX7_SNVS_H */
#endif /* IMX2_WDT_H */
Loading