Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jan 2015 21:26:36 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r276767 - head/sys/xen
Message-ID:  <201501062126.t06LQaAV041365@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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__ */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501062126.t06LQaAV041365>