diff options
author | Cameron Grant <cg@FreeBSD.org> | 2001-03-25 21:43:24 +0000 |
---|---|---|
committer | Cameron Grant <cg@FreeBSD.org> | 2001-03-25 21:43:24 +0000 |
commit | 26799605fc7aea7d7d64b67b46e849a20e093b6d (patch) | |
tree | 6b10cfe9bb8246dffa35ac93f80b9b05339b94e1 /sys/dev/sound/isa/sb16.c | |
parent | 2da5df67a7ec03c6723141559c1a71497e6e860b (diff) |
fix whitespace bogons
Notes
Notes:
svn path=/head/; revision=74797
Diffstat (limited to 'sys/dev/sound/isa/sb16.c')
-rw-r--r-- | sys/dev/sound/isa/sb16.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/isa/sb16.c b/sys/dev/sound/isa/sb16.c index 398c3a196e62..4d82e0f2a091 100644 --- a/sys/dev/sound/isa/sb16.c +++ b/sys/dev/sound/isa/sb16.c @@ -154,7 +154,7 @@ sb_dspwr(struct sb_info *sb, u_char val) } } if (curproc->p_intr_nesting_level == 0) - printf("sb_dspwr(0x%02x) timed out.\n", val); + printf("sb_dspwr(0x%02x) timed out.\n", val); return 0; } |