diff options
author | uqs <uqs@FreeBSD.org> | 2010-02-16 09:10:21 +0000 |
---|---|---|
committer | uqs <uqs@FreeBSD.org> | 2010-02-16 09:10:21 +0000 |
commit | 89a7a155da8f9f53d0669d92e13ebaac8996eadf (patch) | |
tree | dfd78d417d5d572263fec23db37b9f868dad0e70 | |
parent | 27ac799cb4998be4ce021c013fcddd05c50cd829 (diff) | |
download | FreeBSD-src-89a7a155da8f9f53d0669d92e13ebaac8996eadf.zip FreeBSD-src-89a7a155da8f9f53d0669d92e13ebaac8996eadf.tar.gz |
Add missing newline in last line of file.
Uncovered via: fromcvs vs. svn
Approved by: ed (co-mentor)
-rw-r--r-- | lib/libarchive/archive_write_disk.3 | 2 | ||||
-rw-r--r-- | share/syscons/keymaps/fr.dvorak.acc.kbd | 2 | ||||
-rw-r--r-- | tools/regression/usr.bin/env/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/cxgbtool/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/ftp-proxy/Makefile.inc | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/lib/libarchive/archive_write_disk.3 b/lib/libarchive/archive_write_disk.3 index 4a39592..f0ee011 100644 --- a/lib/libarchive/archive_write_disk.3 +++ b/lib/libarchive/archive_write_disk.3 @@ -372,4 +372,4 @@ compact implementation when appropriate. There should be a corresponding .Nm archive_read_disk interface that walks a directory heirarchy and returns archive -entry objects.
\ No newline at end of file +entry objects. diff --git a/share/syscons/keymaps/fr.dvorak.acc.kbd b/share/syscons/keymaps/fr.dvorak.acc.kbd index ba5fa9d..5e9eb92 100644 --- a/share/syscons/keymaps/fr.dvorak.acc.kbd +++ b/share/syscons/keymaps/fr.dvorak.acc.kbd @@ -146,4 +146,4 @@ ( 'y' 255 ) ( 'Y' 190 ) dacu '´' ( 'a' 'á' ) ( 'e' 'é' ) ( 'i' 237 ) ( 'o' 'ó') ( 'u' 'ú' ) ( 'A' 'Á' ) ( 'E' 'É' ) ( 'I' 'Í' ) ( 'O' 'Ó' ) ( 'U' 'Ú' ) - ( 'Y' 221 ) ( 'y' 253 )
\ No newline at end of file + ( 'Y' 221 ) ( 'y' 253 ) diff --git a/tools/regression/usr.bin/env/Makefile b/tools/regression/usr.bin/env/Makefile index c019964..c20fedd 100644 --- a/tools/regression/usr.bin/env/Makefile +++ b/tools/regression/usr.bin/env/Makefile @@ -14,4 +14,4 @@ all: # This will probably need a bit more thought... testenv: @ruby regress-sb.rb --rgdata=${.CURDIR}/regress-env.rgdata \ - --testpgm=${TESTPGM}
\ No newline at end of file + --testpgm=${TESTPGM} diff --git a/usr.sbin/cxgbtool/Makefile b/usr.sbin/cxgbtool/Makefile index d97c513..f8e5175 100644 --- a/usr.sbin/cxgbtool/Makefile +++ b/usr.sbin/cxgbtool/Makefile @@ -8,4 +8,4 @@ CFLAGS+= -DCONFIG_T3_REGS -DCHELSIO_INTERNAL install: -.include <bsd.prog.mk>
\ No newline at end of file +.include <bsd.prog.mk> diff --git a/usr.sbin/ftp-proxy/Makefile.inc b/usr.sbin/ftp-proxy/Makefile.inc index 5abb7c0..9043d09 100644 --- a/usr.sbin/ftp-proxy/Makefile.inc +++ b/usr.sbin/ftp-proxy/Makefile.inc @@ -2,4 +2,4 @@ LIBEVENT= ${.OBJDIR}/../libevent/libevent.a -.include "../Makefile.inc"
\ No newline at end of file +.include "../Makefile.inc" |