io_u: fix bad style
authorJens Axboe <axboe@kernel.dk>
Tue, 4 Apr 2023 15:49:19 +0000 (09:49 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 4 Apr 2023 15:49:19 +0000 (09:49 -0600)
Fixes: 4ef1562a0135 ("io_u: Fix bad interaction with --openfiles and non-sequential file selection policy")
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_u.c

diff --git a/io_u.c b/io_u.c
index ca7ee68fde393e8cbd440a5deef9b830a1dbff41..30265cfb4a2da5c19a1c60069d49e2d122a8a620 100644 (file)
--- a/io_u.c
+++ b/io_u.c
@@ -1370,8 +1370,8 @@ static struct fio_file *__get_next_file(struct thread_data *td)
                if (td->o.file_service_type == FIO_FSERVICE_SEQ)
                        goto out;
                if (td->file_service_left) {
-                 td->file_service_left--;
-                 goto out;
+                       td->file_service_left--;
+                       goto out;
                }
        }