Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/include/sys one more white space -> tab.
details: https://anonhg.NetBSD.org/src/rev/58fe3754b21f
branches: trunk
changeset: 336811:58fe3754b21f
user: isaki <isaki%NetBSD.org@localhost>
date: Sat Mar 21 05:50:19 2015 +0000
description:
one more white space -> tab.
diffstat:
tests/include/sys/t_bitops.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 7c9e1abd8904 -r 58fe3754b21f tests/include/sys/t_bitops.c
--- a/tests/include/sys/t_bitops.c Sat Mar 21 05:32:07 2015 +0000
+++ b/tests/include/sys/t_bitops.c Sat Mar 21 05:50:19 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_bitops.c,v 1.18 2015/03/21 05:32:07 isaki Exp $ */
+/* $NetBSD: t_bitops.c,v 1.19 2015/03/21 05:50:19 isaki Exp $ */
/*-
* Copyright (c) 2011, 2012 The NetBSD Foundation, Inc.
@@ -29,7 +29,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: t_bitops.c,v 1.18 2015/03/21 05:32:07 isaki Exp $");
+__RCSID("$NetBSD: t_bitops.c,v 1.19 2015/03/21 05:50:19 isaki Exp $");
#include <atf-c.h>
@@ -67,7 +67,7 @@
ATF_TC(bitmap_basic);
ATF_TC_HEAD(bitmap_basic, tc)
{
- atf_tc_set_md_var(tc, "descr", "A basic test of __BITMAP_*");
+ atf_tc_set_md_var(tc, "descr", "A basic test of __BITMAP_*");
}
ATF_TC_BODY(bitmap_basic, tc)
Home |
Main Index |
Thread Index |
Old Index