From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53082) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDHzx-0000Jq-Fl for qemu-devel@nongnu.org; Wed, 06 Mar 2013 12:19:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UDHzr-00009u-SL for qemu-devel@nongnu.org; Wed, 06 Mar 2013 12:19:25 -0500 Received: from mx1.redhat.com ([209.132.183.28]:56567) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDHzr-00009Y-J5 for qemu-devel@nongnu.org; Wed, 06 Mar 2013 12:19:19 -0500 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r26HJIaQ020356 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 6 Mar 2013 12:19:18 -0500 Message-ID: <1362590357.22132.108.camel@bling.home> From: Alex Williamson Date: Wed, 06 Mar 2013 10:19:17 -0700 In-Reply-To: <20130306165125.GA389@redhat.com> References: <20130306165125.GA389@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] pci_bridge: drop formatting from source List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: qemu-devel@nongnu.org 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 > --- > 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