From 4c113673e910b4e292d779ad3bde266cb2623723 Mon Sep 17 00:00:00 2001 From: seekfirstleapsecond <38333432+seekfirstleapsecond@users.noreply.github.com> Date: Sat, 5 Jan 2019 04:54:18 -0800 Subject: [PATCH] style fixes 3 Addressed checkstyle complaints: ./module/zfs/txg.c: 559: spaces instead of tabs ./module/zfs/txg.c: 559: continuation should be indented 4 spaces ./module/zfs/txg.c: 564: spaces instead of tabs ./module/zfs/txg.c: 564: continuation should be indented 4 spaces Signed-off-by: Leap Second --- module/zfs/txg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/zfs/txg.c b/module/zfs/txg.c index 13c9b3af71..fc0cd85e0d 100644 --- a/module/zfs/txg.c +++ b/module/zfs/txg.c @@ -556,12 +556,12 @@ txg_sync_thread(void *arg) } else { while (tx->tx_threads != 1) txg_thread_wait(tx, &cpr, - &tx->tx_exit_cv, 0); + &tx->tx_exit_cv, 0); if (tx->tx_quiesced_txg) checked_quiescing = B_TRUE; else txg_thread_exit(tx, &cpr, - &tx->tx_sync_thread); + &tx->tx_sync_thread); } }