]> Repos - portaudio/commitdiff
Cleanup newlines at EOF in src/common (#482)
authorMichalPetryka <35800402+MichalPetryka@users.noreply.github.com>
Thu, 4 Feb 2021 01:19:23 +0000 (02:19 +0100)
committerGitHub <noreply@github.com>
Thu, 4 Feb 2021 01:19:23 +0000 (12:19 +1100)
src/common/pa_allocation.c
src/common/pa_front.c

index 265a4e6dfe79b5d0f2d78bc36e5f4e984d96079d..7e3298a539031b98129cf2a2af65431e39bfeda7 100644 (file)
@@ -240,4 +240,3 @@ void PaUtil_FreeAllAllocations( PaUtilAllocationGroup* group )
         group->allocations = 0;
     }
 }
-
index 6456e33d9c61c1e2f354a3aaf0ff830971539cf1..a6b5f61a3150e14d733599425b82336d8dcd40a9 100644 (file)
@@ -1808,4 +1808,3 @@ PaError Pa_GetSampleSize( PaSampleFormat format )
 
     return (PaError) result;
 }
-