From patchwork Wed Mar 6 16:51:25 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Michael S. Tsirkin" X-Patchwork-Id: 225547 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 30F9D2C038A for ; Thu, 7 Mar 2013 03:51:34 +1100 (EST) Received: from localhost ([::1]:36134 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDHYy-0007Xc-8y for incoming@patchwork.ozlabs.org; Wed, 06 Mar 2013 11:51:32 -0500 Received: from eggs.gnu.org ([208.118.235.92]:39692) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDHYe-0007Pj-1k for qemu-devel@nongnu.org; Wed, 06 Mar 2013 11:51:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UDHYZ-0005rT-AE for qemu-devel@nongnu.org; Wed, 06 Mar 2013 11:51:11 -0500 Received: from mx1.redhat.com ([209.132.183.28]:60338) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDHYZ-0005rL-2X for qemu-devel@nongnu.org; Wed, 06 Mar 2013 11:51:07 -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 r26Gp6uV027826 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 6 Mar 2013 11:51:06 -0500 Received: from redhat.com (vpn1-6-85.ams2.redhat.com [10.36.6.85]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with SMTP id r26Gp4ml006519; Wed, 6 Mar 2013 11:51:05 -0500 Date: Wed, 6 Mar 2013 18:51:25 +0200 From: "Michael S. Tsirkin" To: qemu-devel@nongnu.org Message-ID: <20130306165125.GA389@redhat.com> MIME-Version: 1.0 Content-Disposition: inline X-Scanned-By: MIMEDefang 2.68 on 10.5.11.25 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: Alex Williamson Subject: [Qemu-devel] [PATCH] pci_bridge: drop formatting from source X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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: - */