mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
Remove extraneous spaces.
This commit is contained in:
parent
9d2820eaac
commit
63625ec31e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=129181
@ -802,7 +802,7 @@ sb16_attach(device_t dev)
|
||||
sb->bd_flags = (ver & 0xffff0000) >> 16;
|
||||
sb->bufsize = pcm_getbuffersize(dev, 4096, SB16_BUFFSIZE, 65536);
|
||||
|
||||
if (sb16_alloc_resources(sb, dev))
|
||||
if (sb16_alloc_resources(sb, dev))
|
||||
goto no;
|
||||
sb_lock(sb);
|
||||
if (sb_reset_dsp(sb)) {
|
||||
|
Loading…
Reference in New Issue
Block a user