summaryrefslogtreecommitdiffstats
path: root/cddl
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2012-07-31 17:32:28 +0000
committermm <mm@FreeBSD.org>2012-07-31 17:32:28 +0000
commitafdda0ef5d09132e8fa181ba81adff12863176c6 (patch)
tree8ddef453f515df7566cb1b62b6fec3d4d922e6f5 /cddl
parentcaced023cd1f75be200b185b984b2ec5c9661a8a (diff)
downloadFreeBSD-src-afdda0ef5d09132e8fa181ba81adff12863176c6.zip
FreeBSD-src-afdda0ef5d09132e8fa181ba81adff12863176c6.tar.gz
Fix wrong indent according to style(9)
MFC after: 2 weeks > Description of fields to fill in above: 76 columns --| > PR: If a GNATS PR is affected by the change. > Submitted by: If someone else sent in the change. > Reviewed by: If someone else reviewed your modification. > Approved by: If you needed approval for this commit. > Obtained from: If the change is from a third party. > MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email. > Security: Vulnerability reference (one per line) or description. > Empty fields above will be automatically removed. M zpool_main.c
Diffstat (limited to 'cddl')
-rw-r--r--cddl/contrib/opensolaris/cmd/zpool/zpool_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cddl/contrib/opensolaris/cmd/zpool/zpool_main.c b/cddl/contrib/opensolaris/cmd/zpool/zpool_main.c
index 954d6fd..afac623 100644
--- a/cddl/contrib/opensolaris/cmd/zpool/zpool_main.c
+++ b/cddl/contrib/opensolaris/cmd/zpool/zpool_main.c
@@ -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 "
OpenPOWER on IntegriCloud