]> granicus.if.org Git - zfs/commit
Tab-indent continuation lines in the "scan:" section of "zpool status".
authorRemy Blank <remy.blank@pobox.com>
Sun, 13 Sep 2015 11:41:16 +0000 (13:41 +0200)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Sat, 19 Sep 2015 21:17:07 +0000 (14:17 -0700)
commite7a05183c49fc897fe56e060fcbfbc20a41bf9f0
tree3fbeb1512fd88b0dbd7ae3a876d7890b9827f83b
parent3af56fd95fbe8b417d7ed7c9c25ef59d6f1ee161
Tab-indent continuation lines in the "scan:" section of "zpool status".

All other sections use a tab, which makes them easy to parse. Only the
"scan:" section had its continuation lines indented with four spaces.
This makes them consistent with the others.

Signed-off-by: Remy Blank <remy.blank@pobox.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Richard Yao <ryao@gentoo.org>
Closes #3769
cmd/zpool/zpool_main.c