Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/include/sys white space -> tab.
details: https://anonhg.NetBSD.org/src/rev/5d8fcdbc1bc2
branches: trunk
changeset: 336724:5d8fcdbc1bc2
user: isaki <isaki%NetBSD.org@localhost>
date: Sat Mar 14 07:23:46 2015 +0000
description:
white space -> tab.
diffstat:
tests/include/sys/t_bitops.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 4385ad6aa9a9 -r 5d8fcdbc1bc2 tests/include/sys/t_bitops.c
--- a/tests/include/sys/t_bitops.c Sat Mar 14 02:08:16 2015 +0000
+++ b/tests/include/sys/t_bitops.c Sat Mar 14 07:23:46 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: t_bitops.c,v 1.16 2012/12/07 02:28:19 christos Exp $ */
+/* $NetBSD: t_bitops.c,v 1.17 2015/03/14 07:23:46 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.16 2012/12/07 02:28:19 christos Exp $");
+__RCSID("$NetBSD: t_bitops.c,v 1.17 2015/03/14 07:23:46 isaki Exp $");
#include <atf-c.h>
@@ -228,7 +228,7 @@
ATF_TP_ADD_TCS(tp)
{
- ATF_TP_ADD_TC(tp, bitmap_basic);
+ ATF_TP_ADD_TC(tp, bitmap_basic);
ATF_TP_ADD_TC(tp, fast_divide32);
ATF_TP_ADD_TC(tp, ffsfls);
ATF_TP_ADD_TC(tp, ilog2_basic);
Home |
Main Index |
Thread Index |
Old Index