Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/xlint/lint1 lint: add missing space when adding a ne...



details:   https://anonhg.NetBSD.org/src/rev/8ce9b300c9fb
branches:  trunk
changeset: 953819:8ce9b300c9fb
user:      rillig <rillig%NetBSD.org@localhost>
date:      Sun Mar 21 13:10:58 2021 +0000

description:
lint: add missing space when adding a new test case

diffstat:

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

diffs (18 lines):

diff -r 9c9a61919ff6 -r 8ce9b300c9fb usr.bin/xlint/lint1/Makefile
--- a/usr.bin/xlint/lint1/Makefile      Sun Mar 21 13:03:42 2021 +0000
+++ b/usr.bin/xlint/lint1/Makefile      Sun Mar 21 13:10:58 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.63 2021/03/20 19:33:25 rillig Exp $
+#      $NetBSD: Makefile,v 1.64 2021/03/21 13:10:58 rillig Exp $
 
 .include <bsd.own.mk>
 
@@ -68,7 +68,7 @@
                '' \
                '/*' \
                ' * TODO: Explain the purpose of the test.' \
-               '*/' \
+               ' */' \
                '' \
                '/* lint1-extra-flags: -p */' \
                '' \



Home | Main Index | Thread Index | Old Index