From: Ethan Jackson Date: Mon, 18 Apr 2011 23:14:58 +0000 (-0700) Subject: bond: Properly indent appctl output. X-Git-Tag: v1.2.0~440 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=70f25ec2c348d8761b21f3973556b738f5d61a75;p=sliver-openvswitch.git bond: Properly indent appctl output. --- diff --git a/lib/bond.c b/lib/bond.c index 4b4a08945..d826c3327 100644 --- a/lib/bond.c +++ b/lib/bond.c @@ -1005,7 +1005,7 @@ bond_unixctl_show(struct unixctl_conn *conn, slave->delay_expires - time_msec()); } - ds_put_format(&ds, "lacp_may_enable: %s\n", + ds_put_format(&ds, "\tlacp_may_enable: %s\n", slave->lacp_may_enable ? "true" : "false"); if (!bond_is_balanced(bond)) {