diff options
| author | tsutsui <tsutsui@NetBSD.org> | 2009-04-18 14:58:02 +0000 |
|---|---|---|
| committer | tsutsui <tsutsui@NetBSD.org> | 2009-04-18 14:58:02 +0000 |
| commit | d779b85d3e27cbc6415031c4446bef314272b7be (patch) | |
| tree | 5836c2c63744b89d48a9207fb26e15108d8346bb /sys/dev/sun | |
| parent | 86340eaa2bc29d659f84a5fcd4ec8e1c545a7e3b (diff) | |
Remove extra whitespace added by a stupid tool.
XXX: more in src/sys/arch
Diffstat (limited to 'sys/dev/sun')
| -rw-r--r-- | sys/dev/sun/bt_subr.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/sun/bt_subr.c b/sys/dev/sun/bt_subr.c index 05c85611135..aa8e832ae65 100644 --- a/sys/dev/sun/bt_subr.c +++ b/sys/dev/sun/bt_subr.c @@ -1,4 +1,4 @@ -/* $NetBSD: bt_subr.c,v 1.12 2009/03/18 17:06:50 cegger Exp $ */ +/* $NetBSD: bt_subr.c,v 1.13 2009/04/18 14:58:04 tsutsui Exp $ */ /* * Copyright (c) 1993 @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: bt_subr.c,v 1.12 2009/03/18 17:06:50 cegger Exp $"); +__KERNEL_RCSID(0, "$NetBSD: bt_subr.c,v 1.13 2009/04/18 14:58:04 tsutsui Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -195,7 +195,7 @@ bt_initcmap(union bt_cmap *cm, int cmsize) * be replaced by more general colormap handling) */ extern u_char rasops_cmap[]; - memcpy( &cm->cm_map[1][0], rasops_cmap, 3*16); + memcpy(&cm->cm_map[1][0], rasops_cmap, 3*16); } #endif } |
