Commit a1add27c authored by Max Kellermann's avatar Max Kellermann

output/alsa: fix indent

parent fc8194ee
...@@ -186,7 +186,7 @@ AlsaOutput::Configure(const ConfigBlock &block, Error &error) ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment