From: Ammar Faizi Date: Thu, 12 May 2022 16:43:31 +0000 (+0700) Subject: backend: Fix indentation X-Git-Tag: test-tag-2022-08-09~56 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=74ee19043ebb12dd6b0aa243f8cdb7ccd63af857;p=fio.git backend: Fix indentation Reviewed-by: Niklas Cassel Signed-off-by: Ammar Faizi Link: https://lore.kernel.org/r/20220512164333.46516-2-ammarfaizi2@gnuweeb.org Signed-off-by: Jens Axboe --- diff --git a/backend.c b/backend.c index ffbb7e2a..e5bb4e25 100644 --- a/backend.c +++ b/backend.c @@ -2021,7 +2021,7 @@ static void reap_threads(unsigned int *nr_running, uint64_t *t_rate, for_each_td(td, i) { int flags = 0; - if (!strcmp(td->o.ioengine, "cpuio")) + if (!strcmp(td->o.ioengine, "cpuio")) cputhreads++; else realthreads++;