Bad indent
authorJens Axboe <jens.axboe@oracle.com>
Tue, 9 Jun 2009 12:14:20 +0000 (14:14 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 9 Jun 2009 12:14:20 +0000 (14:14 +0200)
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
io_u.c

diff --git a/io_u.c b/io_u.c
index e218a30f6f24da6a2cfc6134717c3d04ad6305c1..72f5ff2c707f3a5ae95b65acb002f460c4dabc17 100644 (file)
--- 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;