From: MichalPetryka <35800402+MichalPetryka@users.noreply.github.com> Date: Thu, 4 Feb 2021 01:19:23 +0000 (+0100) Subject: Cleanup newlines at EOF in src/common (#482) X-Git-Tag: v19.7.0~24 X-Git-Url: https://andrewgundersen.net/repos?a=commitdiff_plain;h=b5a55169b9cda66b5e58ec3649d80c3422d2e265;p=portaudio Cleanup newlines at EOF in src/common (#482) --- diff --git a/src/common/pa_allocation.c b/src/common/pa_allocation.c index 265a4e6..7e3298a 100644 --- a/src/common/pa_allocation.c +++ b/src/common/pa_allocation.c @@ -240,4 +240,3 @@ void PaUtil_FreeAllAllocations( PaUtilAllocationGroup* group ) group->allocations = 0; } } - diff --git a/src/common/pa_front.c b/src/common/pa_front.c index 6456e33..a6b5f61 100644 --- a/src/common/pa_front.c +++ b/src/common/pa_front.c @@ -1808,4 +1808,3 @@ PaError Pa_GetSampleSize( PaSampleFormat format ) return (PaError) result; } -