Eliminate excess whitespace.

This commit is contained in:
Christopher Faylor 2001-11-05 06:09:15 +00:00
parent a9ae96dde4
commit 9c510edc61
38 changed files with 181 additions and 182 deletions

View File

@ -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)
{ {