diff mbox

pci_bridge: drop formatting from source

Message ID 20130306165125.GA389@redhat.com
State New
Headers show

Commit Message

Michael S. Tsirkin March 6, 2013, 4:51 p.m. UTC
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 | 8 --------
 1 file changed, 8 deletions(-)

Comments

Alex Williamson March 6, 2013, 5:19 p.m. UTC | #1
On Wed, 2013-03-06 at 18:51 +0200, Michael S. Tsirkin wrote:
> 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 | 8 --------
>  1 file changed, 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:
> - */

Remove them from hw/ioh3420.c and hw/xio3130_*.c while you're at it.
Thanks,

Alex
diff mbox

Patch

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:
- */