diff options
author | Markus Armbruster <armbru@redhat.com> | 2019-03-15 15:51:23 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2019-05-13 08:58:55 +0200 |
commit | 6834c3f410f6ce77dd9cad78f3a9a864e7fc8ec5 (patch) | |
tree | 9fb725b3f50b293f2e2b3aa7c3916b89e36eaeeb /include/hw/pci-host | |
parent | 177d9e0da094efb0fadb8daf54b340729b452c8f (diff) |
Clean up decorations and whitespace around header guards
Cleaned up with scripts/clean-header-guards.pl.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20190315145123.28030-9-armbru@redhat.com>
Diffstat (limited to 'include/hw/pci-host')
-rw-r--r-- | include/hw/pci-host/designware.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/pci-host/designware.h b/include/hw/pci-host/designware.h index a4f2c0695b..186bb36238 100644 --- a/include/hw/pci-host/designware.h +++ b/include/hw/pci-host/designware.h @@ -99,4 +99,4 @@ typedef struct DesignwarePCIEHost { MemoryRegion mmio; } DesignwarePCIEHost; -#endif /* DESIGNWARE_H */ +#endif /* DESIGNWARE_H */ |