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