libFLAC/window.c : Whitespace.

This commit is contained in:
Erik de Castro Lopo 2014-09-23 06:16:31 +10:00
parent 1c7e3f100f
commit 9572984e87
1 changed files with 1 additions and 0 deletions

View File

@ -232,6 +232,7 @@ void FLAC__window_partial_tukey(FLAC__real *window, const FLAC__int32 L, const F
for (; n < L; n++)
window[n] = 0.0f;
}
void FLAC__window_punchout_tukey(FLAC__real *window, const FLAC__int32 L, const FLAC__real p, const FLAC__real start, const FLAC__real end)
{
const FLAC__int32 start_n = (FLAC__int32)(start * L);