Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/ssh Remove white space after \ line continuation char.



details:   https://anonhg.NetBSD.org/src/rev/33a5d506a51b
branches:  trunk
changeset: 495351:33a5d506a51b
user:      simonb <simonb%NetBSD.org@localhost>
date:      Wed Jul 26 15:16:28 2000 +0000

description:
Remove white space after \ line continuation char.

diffstat:

 usr.bin/ssh/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e66a0cc33f50 -r 33a5d506a51b usr.bin/ssh/Makefile
--- a/usr.bin/ssh/Makefile      Wed Jul 26 15:02:14 2000 +0000
+++ b/usr.bin/ssh/Makefile      Wed Jul 26 15:16:28 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2000/07/25 18:54:09 thorpej Exp $
+#      $NetBSD: Makefile,v 1.3 2000/07/26 15:16:28 simonb Exp $
 
 .include <bsd.own.mk>
 
@@ -10,7 +10,7 @@
 distribution:
        ${INSTALL} ${INSTPRIV} -c -o root -g wheel -m 644 \
            ${SSHDIST}/ssh_config ${DESTDIR}/etc/ssh_config
-       ${INSTALL} ${INSTPRIV} -c -o root -g wheel -m 644 \ 
+       ${INSTALL} ${INSTPRIV} -c -o root -g wheel -m 644 \
            ${SSHDIST}/sshd_config ${DESTDIR}/etc/sshd_config
 .else
 distribution:



Home | Main Index | Thread Index | Old Index