fix missing new line at end of pa_front.c

This commit is contained in:
Ross Bencina 2016-09-09 23:48:53 +10:00
commit 0a290773de

View file

@ -1960,4 +1960,4 @@ PaError Pa_GetSampleSize( PaSampleFormat format )
PA_LOGAPI_EXIT_PAERROR_OR_T_RESULT( "Pa_GetSampleSize", "int: %d", result );
return (PaError) result;
}
}