Module Name:    src
Committed By:   isaki
Date:           Sat Mar 21 05:50:19 UTC 2015

Modified Files:
        src/tests/include/sys: t_bitops.c

Log Message:
one more white space -> tab.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/tests/include/sys/t_bitops.c

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

Modified files:

Index: src/tests/include/sys/t_bitops.c
diff -u src/tests/include/sys/t_bitops.c:1.18 src/tests/include/sys/t_bitops.c:1.19
--- src/tests/include/sys/t_bitops.c:1.18	Sat Mar 21 05:32:07 2015
+++ src/tests/include/sys/t_bitops.c	Sat Mar 21 05:50:19 2015
@@ -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 @@ static const struct {
 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)

Reply via email to