From 45517b8a662307a26f530de7ed41771f7d336e13 Mon Sep 17 00:00:00 2001 From: Martin Rys Date: Fri, 28 Nov 2025 20:25:51 +0100 Subject: [PATCH] doit.c: Fix up indentation --- test/doit.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/test/doit.c b/test/doit.c index 36e42e8..a9a2b3d 100644 --- a/test/doit.c +++ b/test/doit.c @@ -1,6 +1,6 @@ /* - * This program is in the public domain - * A program that helps the authors of the fine fftw library benchmark kiss + * This program is in the public domain + * 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 * * SPDX-License-Identifier: Unlicense @@ -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); }