summaryrefslogtreecommitdiff
path: root/hw/pci
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2013-03-04 11:31:21 +0200
committerMichael S. Tsirkin <mst@redhat.com>2013-03-26 21:02:17 +0200
commit600d05b9aa4b4d23775fc17968dd6b581928001d (patch)
treed014cbd5fc70b9e13881a66360fdbc90d009a1aa /hw/pci
parent45eb768c706d3a5fbe55224c589e8b4e252781d9 (diff)
downloadqemu-600d05b9aa4b4d23775fc17968dd6b581928001d.tar.gz
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>
Diffstat (limited to 'hw/pci')
-rw-r--r--hw/pci/pci_bridge.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/hw/pci/pci_bridge.h b/hw/pci/pci_bridge.h
index 9d25c1beb1..e549b78a38 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:
- */