From 3629b9ec46f0ad19a5ff2bc8b2ccd7cd94ef465a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Sch=C3=B6ck?= Date: Sat, 12 Mar 2016 17:32:38 +0100 Subject: [PATCH] Code cleanup whitespaces instead of tabs, see ad766936dcb0ca76a8e372a39539b310abfa6b50 --- src/fm_mpx.c | 52 ++++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/src/fm_mpx.c b/src/fm_mpx.c index fc639dc..3ab6530 100644 --- a/src/fm_mpx.c +++ b/src/fm_mpx.c @@ -121,17 +121,17 @@ int fm_mpx_open(char *filename, size_t len) { } else { printf("1 channel, monophonic operation.\n"); } - - // Create the preemphasis - last_buffer_val = (float*) malloc(sizeof(float)*channels); - for(int i=0;i