From: MichalPetryka <35800402+MichalPetryka@users.noreply.github.com> Date: Thu, 4 Feb 2021 01:20:11 +0000 (+0100) Subject: Cleanup newlines at EOF in skeleton (#480) X-Git-Tag: v19.7.0~22 X-Git-Url: https://andrewgundersen.net/repos?a=commitdiff_plain;h=9a5c7cb346ca490a772a75cb33fb10f0b4dc8d2f;p=portaudio Cleanup newlines at EOF in skeleton (#480) --- diff --git a/src/hostapi/skeleton/pa_hostapi_skeleton.c b/src/hostapi/skeleton/pa_hostapi_skeleton.c index 716ca7f..46808d2 100644 --- a/src/hostapi/skeleton/pa_hostapi_skeleton.c +++ b/src/hostapi/skeleton/pa_hostapi_skeleton.c @@ -812,7 +812,3 @@ static signed long GetStreamWriteAvailable( PaStream* s ) return 0; } - - - -