From: Jens Axboe Date: Tue, 9 Jun 2009 12:14:20 +0000 (+0200) Subject: Bad indent X-Git-Tag: fio-1.27.2~2 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=2cc529306ff529100449f9002978b271facb8380;hp=ec76f15a4ae995c06db6c6dda6a6fa41b189f613 Bad indent Signed-off-by: Jens Axboe --- 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;