Module Name: src
Committed By: kre
Date: Thu Sep 10 17:40:34 UTC 2020
Modified Files:
src/tests/usr.bin/make: t_make.sh
Log Message:
Whitespace. NFC.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/tests/usr.bin/make/t_make.sh
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/usr.bin/make/t_make.sh
diff -u src/tests/usr.bin/make/t_make.sh:1.10 src/tests/usr.bin/make/t_make.sh:1.11
--- src/tests/usr.bin/make/t_make.sh:1.10 Thu Sep 10 17:33:16 2020
+++ src/tests/usr.bin/make/t_make.sh Thu Sep 10 17:40:34 2020
@@ -1,4 +1,4 @@
-# $NetBSD: t_make.sh,v 1.10 2020/09/10 17:33:16 kre Exp $
+# $NetBSD: t_make.sh,v 1.11 2020/09/10 17:40:34 kre Exp $
#
# Copyright (c) 2008, 2010, 2014 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -90,7 +90,7 @@ atf_init_test_cases()
esac
done
descr='' # XXX
- test_case "${atfname}" "${basename}" "${descr}"
+ test_case "${atfname}" "${basename}" "${descr}"
atf_add_test_case "${atfname}"
done
}