From 9a5c7cb346ca490a772a75cb33fb10f0b4dc8d2f Mon Sep 17 00:00:00 2001 From: MichalPetryka <35800402+MichalPetryka@users.noreply.github.com> Date: Thu, 4 Feb 2021 02:20:11 +0100 Subject: [PATCH] Cleanup newlines at EOF in skeleton (#480) --- src/hostapi/skeleton/pa_hostapi_skeleton.c | 4 ---- 1 file changed, 4 deletions(-) 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; } - - - - -- 2.43.0