Cleanup newlines at EOF in src/common (#482)

This commit is contained in:
MichalPetryka 2021-02-04 02:19:23 +01:00 committed by GitHub
commit b5a55169b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View file

@ -240,4 +240,3 @@ void PaUtil_FreeAllAllocations( PaUtilAllocationGroup* group )
group->allocations = 0;
}
}

View file

@ -1808,4 +1808,3 @@ PaError Pa_GetSampleSize( PaSampleFormat format )
return (PaError) result;
}