Commit 288ba849 authored by Max Kellermann's avatar Max Kellermann

pcm/SoxrResampler: fix indent

parent 4c74016b
...@@ -87,7 +87,7 @@ pcm_resample_soxr_global_init(const char *converter, Error &error) ...@@ -87,7 +87,7 @@ pcm_resample_soxr_global_init(const char *converter, Error &error)
{ {
if (!soxr_parse_converter(converter)) { if (!soxr_parse_converter(converter)) {
error.Format(soxr_domain, error.Format(soxr_domain,
"unknown samplerate converter '%s'", converter); "unknown samplerate converter '%s'", converter);
return false; return false;
} }
......
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