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 --- fftw~.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'fftw~.c') diff --git a/fftw~.c b/fftw~.c index bde1a20..15dab10 100644 --- a/fftw~.c +++ b/fftw~.c @@ -53,9 +53,10 @@ static void sigfftw_dsp(t_sigfftw *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, - in1, in2, out1, out2, - FFTW_ESTIMATE); + x->plan = fftwf_plan_guru_split_dft(1, &(x->dim), 0, + NULL, + in1, in2, out1, out2, + FFTW_ESTIMATE); dsp_add(sigfftw_perform, 1, &x->plan); } -- cgit v1.2.1