From b36e298b5bdfc31ffc9a4c14e94a9c5c748888b0 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Mon, 6 Jul 2009 14:12:52 +0200 Subject: [PATCH] Code indentation fix Signed-off-by: Jens Axboe --- verify.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/verify.c b/verify.c index 871a36de..fc154ab8 100644 --- 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; -- 2.25.1