From: MichalPetryka <35800402+MichalPetryka@users.noreply.github.com> Date: Thu, 11 Feb 2021 03:02:22 +0000 (+0100) Subject: Cleanup newlines at EOF in dsound (#490) X-Git-Tag: v19.7.0~12 X-Git-Url: https://andrewgundersen.net/repos?a=commitdiff_plain;h=94e4cf69c3c77eee578bd61977f695ab12ac56e8;p=portaudio Cleanup newlines at EOF in dsound (#490) --- diff --git a/src/hostapi/dsound/pa_win_ds.c b/src/hostapi/dsound/pa_win_ds.c index 8bcf659..2ccb4f8 100644 --- a/src/hostapi/dsound/pa_win_ds.c +++ b/src/hostapi/dsound/pa_win_ds.c @@ -3257,4 +3257,3 @@ static signed long GetStreamWriteAvailable( PaStream* s ) return 0; } -