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:
14
test/doit.c
14
test/doit.c
@ -124,11 +124,11 @@ void doit(int iter, struct problem *p)
|
||||
|
||||
void done(struct problem *p)
|
||||
{
|
||||
free(cfg);
|
||||
cfg=NULL;
|
||||
free(cfgr);
|
||||
cfgr=NULL;
|
||||
free(cfgnd);
|
||||
cfgnd=NULL;
|
||||
UNUSED(p);
|
||||
free(cfg);
|
||||
cfg=NULL;
|
||||
free(cfgr);
|
||||
cfgr=NULL;
|
||||
free(cfgnd);
|
||||
cfgnd=NULL;
|
||||
UNUSED(p);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user