From 128f3965db33e659e3e595b1377169ffd2686a4f Mon Sep 17 00:00:00 2001 From: David Reid Date: Tue, 7 Apr 2020 17:20:19 +1000 Subject: [PATCH] Remove an excess space. --- miniaudio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miniaudio.h b/miniaudio.h index f31f7b5f..0cef7db3 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -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) {