aboutsummaryrefslogtreecommitdiff
path: root/hw/ide
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2019-03-15 15:51:23 +0100
committerMarkus Armbruster <armbru@redhat.com>2019-05-13 08:58:55 +0200
commit6834c3f410f6ce77dd9cad78f3a9a864e7fc8ec5 (patch)
tree9fb725b3f50b293f2e2b3aa7c3916b89e36eaeeb /hw/ide
parent177d9e0da094efb0fadb8daf54b340729b452c8f (diff)
downloadqemu-6834c3f410f6ce77dd9cad78f3a9a864e7fc8ec5.zip
qemu-6834c3f410f6ce77dd9cad78f3a9a864e7fc8ec5.tar.gz
qemu-6834c3f410f6ce77dd9cad78f3a9a864e7fc8ec5.tar.bz2
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 'hw/ide')
-rw-r--r--hw/ide/ahci_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ide/ahci_internal.h b/hw/ide/ahci_internal.h
index 9b7fa8f..95ecddc 100644
--- a/hw/ide/ahci_internal.h
+++ b/hw/ide/ahci_internal.h
@@ -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 */