mirror of
https://github.com/mborgerding/kissfft.git
synced 2026-08-30 22:07:01 -04:00
doit.c: Fix up indentation
This commit is contained in:
+7
-7
@@ -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