projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45eb768
)
pci_bridge: drop formatting from source
author
Michael S. Tsirkin
<mst@redhat.com>
Mon, 4 Mar 2013 09:31:21 +0000
(11:31 +0200)
committer
Michael S. Tsirkin
<mst@redhat.com>
Tue, 26 Mar 2013 19:02:17 +0000
(21:02 +0200)
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>
hw/pci/pci_bridge.h
patch
|
blob
|
history
diff --git
a/hw/pci/pci_bridge.h
b/hw/pci/pci_bridge.h
index 9d25c1beb14e5bb47923b4061c62b1f5a0ce52fb..e549b78a384895a294163f5fb6300974feeff787 100644
(file)
--- 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:
- */