Remove an excess space.

This commit is contained in:
David Reid
2020-04-07 17:20:19 +10:00
parent bc6e566225
commit 128f3965db
+1 -1
View File
@@ -1099,7 +1099,7 @@ Low-pass filtering is achieved with the following APIs:
Low-pass filter example:
```c
```c
ma_lpf_config config = ma_lpf_config_init(ma_format_f32, channels, sampleRate, cutoffFrequency, order);
ma_result result = ma_lpf_init(&config, &lpf);
if (result != MA_SUCCESS) {