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 bufferSize
) : base(
device,
formatTag,
bitsPerSample,
blockAlign,
channels,
samplesPerSecond,
bufferSize
device,
formatTag,
bitsPerSample,
blockAlign,
channels,
samplesPerSecond,
bufferSize
) {
}