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 <leapsecond@protonmail.com>
This commit is contained in:
seekfirstleapsecond 2019-01-05 04:54:18 -08:00 committed by GitHub
parent e3070bb5fd
commit 4c113673e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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);
}
}