Eliminate excess whitespace.
This commit is contained in:
parent
a9ae96dde4
commit
9c510edc61
|
@ -526,7 +526,6 @@ fhandler_dev_dsp::ioctl (unsigned int cmd, void *ptr)
|
||||||
CASE (SNDCTL_DSP_GETBLKSIZE)
|
CASE (SNDCTL_DSP_GETBLKSIZE)
|
||||||
*intptr = Audio::BLOCK_SIZE;
|
*intptr = Audio::BLOCK_SIZE;
|
||||||
return 0;
|
return 0;
|
||||||
break;
|
|
||||||
|
|
||||||
CASE (SNDCTL_DSP_SETFMT)
|
CASE (SNDCTL_DSP_SETFMT)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue