svn commit: r276767 - head/sys/xen

Warner Losh imp at FreeBSD.org
Tue Jan 6 21:26:36 UTC 2015


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


More information about the svn-src-head mailing list