From 977c177a6f57fe7450c896b8950625d412d90b58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Mon, 25 Sep 2006 09:03:55 +0000 Subject: indentation for better readability svn path=/trunk/externals/fftw/; revision=6017 --- rfftw~.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'rfftw~.c') diff --git a/rfftw~.c b/rfftw~.c index 36fa923..5258c3b 100644 --- a/rfftw~.c +++ b/rfftw~.c @@ -60,8 +60,10 @@ static void sigrfftw_dsp(t_sigrfftw *x, t_signal **sp) x->dim.n=n; x->dim.is=1; x->dim.os=1; - x->plan = fftwf_plan_guru_split_dft_r2c(1, &(x->dim), 0, NULL, - in, out1, out2, FFTW_ESTIMATE | FFTW_PRESERVE_INPUT); + x->plan = fftwf_plan_guru_split_dft_r2c(1, &(x->dim), 0, + NULL, + in, out1, out2, + FFTW_ESTIMATE | FFTW_PRESERVE_INPUT); dsp_add(sigrfftw_perform,3,&x->plan,out2+1,n2-1); } -- cgit v1.2.1