From 600d05b9aa4b4d23775fc17968dd6b581928001d Mon Sep 17 00:00:00 2001 From: "Michael S. Tsirkin" Date: Mon, 4 Mar 2013 11:31:21 +0200 Subject: 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 --- hw/pci/pci_bridge.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'hw/pci') 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: - */ -- cgit v1.2.1