Cleanup newlines at EOF in skeleton (#480)

This commit is contained in:
MichalPetryka 2021-02-04 02:20:11 +01:00 • committed by GitHub
commit 9a5c7cb346
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -812,7 +812,3 @@ static signed long GetStreamWriteAvailable( PaStream* s )
return 0;
}