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 --- ifftw~.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'ifftw~.c') diff --git a/ifftw~.c b/ifftw~.c index 4818875..e16a633 100644 --- a/ifftw~.c +++ b/ifftw~.c @@ -53,8 +53,10 @@ static void sigifftw_dsp(t_sigifftw *x, t_signal **sp) x->dim.n=n; x->dim.is=1; x->dim.os=1; - x->plan = fftwf_plan_guru_split_dft(1, &(x->dim), 0, NULL, in2, - in1, out2, out1, FFTW_ESTIMATE); + x->plan = fftwf_plan_guru_split_dft(1, &(x->dim), 0, + NULL, + in2, in1, out2, out1, + FFTW_ESTIMATE); dsp_add(sigifftw_perform, 1, &x->plan); } -- cgit v1.2.1