Code indentation fix
authorJens Axboe <jens.axboe@oracle.com>
Mon, 6 Jul 2009 12:12:52 +0000 (14:12 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 6 Jul 2009 12:12:52 +0000 (14:12 +0200)
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
verify.c

index 871a36de0ccaf71f9649fef5887ab3ce314f6a72..fc154ab8cbde68854fb584e36fdf71e2756c4a9c 100644 (file)
--- a/verify.c
+++ b/verify.c
@@ -766,7 +766,8 @@ static void *verify_async_thread(void *data)
 
                while (flist_empty(&td->verify_list) &&
                       !td->verify_thread_exit) {
-                       ret = pthread_cond_wait(&td->verify_cond, &td->io_u_lock);
+                       ret = pthread_cond_wait(&td->verify_cond,
+                                                       &td->io_u_lock);
                        if (ret) {
                                pthread_mutex_unlock(&td->io_u_lock);
                                break;