mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-12-01 23:12:49 -05:00
doit.c: Fix up indentation
This commit is contained in:
18
test/doit.c
18
test/doit.c
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* This program is in the public domain
|
* This program is in the public domain
|
||||||
* A program that helps the authors of the fine fftw library benchmark kiss
|
* A program that helps the authors of the fine fftw library benchmark kiss
|
||||||
* This file is part of KISS FFT - https://github.com/mborgerding/kissfft
|
* This file is part of KISS FFT - https://github.com/mborgerding/kissfft
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: Unlicense
|
* SPDX-License-Identifier: Unlicense
|
||||||
@ -124,11 +124,11 @@ void doit(int iter, struct problem *p)
|
|||||||
|
|
||||||
void done(struct problem *p)
|
void done(struct problem *p)
|
||||||
{
|
{
|
||||||
free(cfg);
|
free(cfg);
|
||||||
cfg=NULL;
|
cfg=NULL;
|
||||||
free(cfgr);
|
free(cfgr);
|
||||||
cfgr=NULL;
|
cfgr=NULL;
|
||||||
free(cfgnd);
|
free(cfgnd);
|
||||||
cfgnd=NULL;
|
cfgnd=NULL;
|
||||||
UNUSED(p);
|
UNUSED(p);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user