From: Ross Bencina Date: Fri, 9 Sep 2016 13:48:53 +0000 (+1000) Subject: fix missing new line at end of pa_front.c X-Git-Url: https://andrewgundersen.net/repos?a=commitdiff_plain;h=0a290773deb4ff2da2e5d450c7e5c44314dfe941;p=portaudio fix missing new line at end of pa_front.c --- diff --git a/src/common/pa_front.c b/src/common/pa_front.c index 9fe3771..5c2eecb 100644 --- a/src/common/pa_front.c +++ b/src/common/pa_front.c @@ -1960,4 +1960,4 @@ PaError Pa_GetSampleSize( PaSampleFormat format ) PA_LOGAPI_EXIT_PAERROR_OR_T_RESULT( "Pa_GetSampleSize", "int: %d", result ); return (PaError) result; -} \ No newline at end of file +}