From 2cc529306ff529100449f9002978b271facb8380 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Tue, 9 Jun 2009 14:14:20 +0200 Subject: [PATCH] Bad indent Signed-off-by: Jens Axboe --- io_u.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/io_u.c b/io_u.c index e218a30f..72f5ff2c 100644 --- a/io_u.c +++ b/io_u.c @@ -661,7 +661,8 @@ static void io_u_mark_latency(struct thread_data *td, unsigned long usec) /* * Get next file to service by choosing one at random */ -static struct fio_file *get_next_file_rand(struct thread_data *td, enum fio_file_flags goodf, +static struct fio_file *get_next_file_rand(struct thread_data *td, + enum fio_file_flags goodf, enum fio_file_flags badf) { struct fio_file *f; -- 2.25.1