]> git.proxmox.com Git - ovs.git/commit
bond: Remove tabs from output.
authorBen Pfaff <blp@ovn.org>
Fri, 25 May 2018 23:59:40 +0000 (16:59 -0700)
committerBen Pfaff <blp@ovn.org>
Mon, 11 Jun 2018 22:31:57 +0000 (15:31 -0700)
commit828519ca71c5902a7c9784896312b00e094f4d1a
treea05df25760dea593c2bc6366095da442ac350358
parent957ee508d2e26aceed1cc2d307e9fffa2f3b18b9
bond: Remove tabs from output.

OVS uses spaces for indentation in source code and it makes sense for it to
also use spaces for indentation in output.  Spaces also consume less
horizontal space in output, which often makes it easier to read.  This
commit transitions one part of output from tabs to spaces and updates
appropriate parts of the tests to match.

Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Justin Pettit <jpettit@ovn.org>
ofproto/bond.c
tests/lacp.at
tests/ofproto-dpif.at