Fix wrong indent according to style(9)

MFC after:	2 weeks
This commit is contained in:
Martin Matuska 2012-07-31 17:32:28 +00:00
parent f45b531d72
commit 68f76b5452
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=238951

View File

@ -4704,8 +4704,8 @@ upgrade_one(zpool_handle_t *zhp, void *data)
if (count != 0) {
printnl = B_TRUE;
#ifdef __FreeBSD__
root_pool_upgrade_check(zhp, cbp->cb_poolname,
sizeof(cbp->cb_poolname));
root_pool_upgrade_check(zhp, cbp->cb_poolname,
sizeof(cbp->cb_poolname));
#endif /* __FreeBSD __*/
} else if (cur_version == SPA_VERSION) {
(void) printf(gettext("Pool '%s' already has all "