From 1df4ee2933fea5b1bee08de0aa6bb5ea1457ec98 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Fri, 19 Oct 2018 11:07:06 -0600 Subject: [PATCH] filesetup: fix whitespace damage introduced by previous patch Signed-off-by: Jens Axboe --- filesetup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filesetup.c b/filesetup.c index 457d4c12..aa1a3945 100644 --- a/filesetup.c +++ b/filesetup.c @@ -925,7 +925,7 @@ int setup_files(struct thread_data *td) if (o->read_iolog_file) goto done; - + /* * check sizes. if the files/devices do not exist and the size * isn't passed to fio, abort. -- 2.25.1