From 70f25ec2c348d8761b21f3973556b738f5d61a75 Mon Sep 17 00:00:00 2001 From: Ethan Jackson Date: Mon, 18 Apr 2011 16:14:58 -0700 Subject: [PATCH] bond: Properly indent appctl output. --- lib/bond.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bond.c b/lib/bond.c index 4b4a0894..d826c332 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)) { -- 2.30.2