mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 20:03:07 +00:00
[FORMATTING] Remove trailing whitespace. Addendum to 34593d93
.
Excluded: 3rd-party code (incl. wine) and most of the win32ss.
This commit is contained in:
parent
bbabe2489e
commit
9393fc320e
701 changed files with 14685 additions and 14693 deletions
|
@ -117,7 +117,7 @@ class audio_waveout
|
|||
return (unsigned int)65535;
|
||||
else if (aud_info.bits() == 8)
|
||||
return (unsigned int)255;
|
||||
else
|
||||
else
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
@ -134,7 +134,7 @@ class audio_waveout
|
|||
svalue = (unsigned int)abs(*((short *)(main_buffer + aud_info.bytes_in_samples(nsamp))));
|
||||
else if (aud_info.bits() == 8)
|
||||
svalue = (unsigned int)((ptrdiff_t) *(main_buffer + aud_info.bytes_in_samples(nsamp)));
|
||||
else
|
||||
else
|
||||
svalue = 0;
|
||||
|
||||
return svalue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue