fix indentation
parent
56b33c6f9b
commit
1e0b1b093a
|
@ -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
|
||||
) {
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue