diff options
author | imp <imp@FreeBSD.org> | 2015-01-06 21:26:35 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2015-01-06 21:26:35 +0000 |
commit | f0a53b04deb7726e9717efcff69d803e0266c530 (patch) | |
tree | fe9089e5fc9e006bfe9bb2ffe19c05d9045e5980 /sys/xen | |
parent | aba37b9da4bc0538c958d3797b2b1b8c2cbc8697 (diff) | |
download | FreeBSD-src-f0a53b04deb7726e9717efcff69d803e0266c530.zip FreeBSD-src-f0a53b04deb7726e9717efcff69d803e0266c530.tar.gz |
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.
Diffstat (limited to 'sys/xen')
-rw-r--r-- | sys/xen/xen_msi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/xen/xen_msi.h b/sys/xen/xen_msi.h index baec4c1a..2817878 100644 --- a/sys/xen/xen_msi.h +++ b/sys/xen/xen_msi.h @@ -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__ */ |