From owner-svn-src-all@FreeBSD.ORG Tue Jan 6 21:26:36 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AFBB35E6; Tue, 6 Jan 2015 21:26:36 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9BD2864D5B; Tue, 6 Jan 2015 21:26:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t06LQaWX041366; Tue, 6 Jan 2015 21:26:36 GMT (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t06LQaAV041365; Tue, 6 Jan 2015 21:26:36 GMT (envelope-from imp@FreeBSD.org) Message-Id: <201501062126.t06LQaAV041365@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: imp set sender to imp@FreeBSD.org using -f From: Warner Losh Date: Tue, 6 Jan 2015 21:26:36 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r276767 - head/sys/xen X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jan 2015 21:26:36 -0000 Author: imp Date: Tue Jan 6 21:26:35 2015 New Revision: 276767 URL: https://svnweb.freebsd.org/changeset/base/276767 Log: Pacify clang 3.3 by ending the file with a newline. This is common practice in the rest of the tree, but this file slipped through. Modified: head/sys/xen/xen_msi.h Modified: head/sys/xen/xen_msi.h ============================================================================== --- head/sys/xen/xen_msi.h Tue Jan 6 20:46:29 2015 (r276766) +++ head/sys/xen/xen_msi.h Tue Jan 6 21:26:35 2015 (r276767) @@ -36,4 +36,4 @@ int xen_msi_release(int *irqs, int count int xen_msix_alloc(device_t dev, int *irq); int xen_msix_release(int irq); -#endif /* !__XEN_MSI_H__ */ \ No newline at end of file +#endif /* !__XEN_MSI_H__ */