Module Name:    src
Committed By:   rillig
Date:           Sun Mar 21 13:10:58 UTC 2021

Modified Files:
        src/usr.bin/xlint/lint1: Makefile

Log Message:
lint: add missing space when adding a new test case


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/usr.bin/xlint/lint1/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/xlint/lint1/Makefile
diff -u src/usr.bin/xlint/lint1/Makefile:1.63 src/usr.bin/xlint/lint1/Makefile:1.64
--- src/usr.bin/xlint/lint1/Makefile:1.63	Sat Mar 20 19:33:25 2021
+++ src/usr.bin/xlint/lint1/Makefile	Sun Mar 21 13:10:58 2021
@@ -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 @@ add-test: .PHONY
 		'' \
 		'/*' \
 		' * TODO: Explain the purpose of the test.' \
-		'*/' \
+		' */' \
 		'' \
 		'/* lint1-extra-flags: -p */' \
 		'' \

Reply via email to