From b5a55169b9cda66b5e58ec3649d80c3422d2e265 Mon Sep 17 00:00:00 2001 From: MichalPetryka <35800402+MichalPetryka@users.noreply.github.com> Date: Thu, 4 Feb 2021 02:19:23 +0100 Subject: [PATCH] Cleanup newlines at EOF in src/common (#482) --- src/common/pa_allocation.c | 1 - src/common/pa_front.c | 1 - 2 files changed, 2 deletions(-) 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; } - -- 2.43.0