output/alsa: fix indent
This commit is contained in:
parent
fc8194ee1e
commit
a1add27c4c
@ -186,7 +186,7 @@ AlsaOutput::Configure(const ConfigBlock &block, Error &error)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
buffer_time = block.GetBlockValue("buffer_time",
|
buffer_time = block.GetBlockValue("buffer_time",
|
||||||
MPD_ALSA_BUFFER_TIME_US);
|
MPD_ALSA_BUFFER_TIME_US);
|
||||||
period_time = block.GetBlockValue("period_time", 0u);
|
period_time = block.GetBlockValue("period_time", 0u);
|
||||||
|
|
||||||
#ifdef SND_PCM_NO_AUTO_RESAMPLE
|
#ifdef SND_PCM_NO_AUTO_RESAMPLE
|
||||||
|
Loading…
Reference in New Issue
Block a user