fix indentation

pull/48/head
cosmonaut 2023-05-05 15:23:29 -07:00
parent 56b33c6f9b
commit 1e0b1b093a
1 changed files with 7 additions and 7 deletions

View File

@ -13,13 +13,13 @@ namespace MoonWorks.Audio
uint samplesPerSecond, uint samplesPerSecond,
uint bufferSize uint bufferSize
) : base( ) : base(
device, device,
formatTag, formatTag,
bitsPerSample, bitsPerSample,
blockAlign, blockAlign,
channels, channels,
samplesPerSecond, samplesPerSecond,
bufferSize bufferSize
) { ) {
} }