diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2013-03-04 11:31:21 +0200 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2013-03-26 21:02:17 +0200 |
commit | 600d05b9aa4b4d23775fc17968dd6b581928001d (patch) | |
tree | d014cbd5fc70b9e13881a66360fdbc90d009a1aa | |
parent | 45eb768c706d3a5fbe55224c589e8b4e252781d9 (diff) | |
download | qemu-600d05b9aa4b4d23775fc17968dd6b581928001d.zip qemu-600d05b9aa4b4d23775fc17968dd6b581928001d.tar.gz qemu-600d05b9aa4b4d23775fc17968dd6b581928001d.tar.bz2 |
pci_bridge: drop formatting from source
We use the same formatting for all files, it
doesn't make sense to have formatting directives only
in pci bridge header.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
-rw-r--r-- | hw/pci/pci_bridge.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/hw/pci/pci_bridge.h b/hw/pci/pci_bridge.h index 9d25c1b..e549b78 100644 --- a/hw/pci/pci_bridge.h +++ b/hw/pci/pci_bridge.h @@ -63,11 +63,3 @@ void pci_bridge_map_irq(PCIBridge *br, const char* bus_name, #define PCI_BRIDGE_CTL_DISCARD_SERR 0x800 /* Discard timer SERR# enable */ #endif /* QEMU_PCI_BRIDGE_H */ -/* - * Local variables: - * c-indent-level: 4 - * c-basic-offset: 4 - * tab-width: 8 - * indent-tab-mode: nil - * End: - */ |