mirror of
https://github.com/openvswitch/ovs
synced 2025-08-30 13:58:14 +00:00
ofproto-dpif: Fix coding style.
Identation was one extra level at ofproto_unixctl_mcast_snooping_show. Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@redhat.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
parent
e9e8bcdf9a
commit
c4bb1f8b6e
@ -4442,7 +4442,7 @@ ofproto_unixctl_mcast_snooping_show(struct unixctl_conn *conn,
|
||||
bundle = mrouter->port;
|
||||
ofputil_port_to_string(ofbundle_get_a_port(bundle)->up.ofp_port,
|
||||
name, sizeof name);
|
||||
ds_put_format(&ds, "%5s %4d querier %3d\n",
|
||||
ds_put_format(&ds, "%5s %4d querier %3d\n",
|
||||
name, mrouter->vlan,
|
||||
mcast_mrouter_age(ofproto->ms, mrouter));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user