]> code.delx.au - pulseaudio/blobdiff - src/modules/echo-cancel/webrtc.cc
Whitespace cleanup: Remove all multiple newlines
[pulseaudio] / src / modules / echo-cancel / webrtc.cc
index 71f6ebb8fc085d3be15f34be54585b5f60cd73a4..697e0baeff156cdf2be0900312daed4136914249 100644 (file)
@@ -80,8 +80,7 @@ pa_bool_t pa_webrtc_ec_init(pa_core *c, pa_echo_canceller *ec,
                             pa_sample_spec *rec_ss, pa_channel_map *rec_map,
                             pa_sample_spec *play_ss, pa_channel_map *play_map,
                             pa_sample_spec *out_ss, pa_channel_map *out_map,
-                            uint32_t *nframes, const char *args)
-{
+                            uint32_t *nframes, const char *args) {
     webrtc::AudioProcessing *apm = NULL;
     pa_bool_t hpf, ns, agc, dgc, mobile, cn;
     int rm = -1;
@@ -92,7 +91,6 @@ pa_bool_t pa_webrtc_ec_init(pa_core *c, pa_echo_canceller *ec,
         goto fail;
     }
 
-
     hpf = DEFAULT_HIGH_PASS_FILTER;
     if (pa_modargs_get_value_boolean(ma, "high_pass_filter", &hpf) < 0) {
         pa_log("Failed to parse high_pass_filter value");