Cleanup newlines at EOF in dsound (#490)

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

View file

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