Commit 128f3965 authored by David Reid's avatar David Reid

Remove an excess space.

parent bc6e5662
...@@ -1099,7 +1099,7 @@ Low-pass filtering is achieved with the following APIs: ...@@ -1099,7 +1099,7 @@ Low-pass filtering is achieved with the following APIs:
Low-pass filter example: Low-pass filter example:
```c ```c
ma_lpf_config config = ma_lpf_config_init(ma_format_f32, channels, sampleRate, cutoffFrequency, order); ma_lpf_config config = ma_lpf_config_init(ma_format_f32, channels, sampleRate, cutoffFrequency, order);
ma_result result = ma_lpf_init(&config, &lpf); ma_result result = ma_lpf_init(&config, &lpf);
if (result != MA_SUCCESS) { if (result != MA_SUCCESS) {
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