]> git.proxmox.com Git - mirror_ovs.git/commit
ofproto-dpif-trace: Remove tabs from output.
authorBen Pfaff <blp@ovn.org>
Sat, 26 May 2018 00:01:48 +0000 (17:01 -0700)
committerBen Pfaff <blp@ovn.org>
Mon, 11 Jun 2018 22:31:58 +0000 (15:31 -0700)
commit393e9f7c34773e63b960b176d88ac4704be42d01
tree2c96b659a6845ea0f128cacccca675775bb94042
parent828519ca71c5902a7c9784896312b00e094f4d1a
ofproto-dpif-trace: 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/ofproto-dpif-trace.c
tests/bfd.at
tests/ofproto-dpif.at
tests/system-traffic.at