From 7be29a47576dce715f9c8b2b4f673fa623728ed0 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 25 May 2018 17:03:05 -0700 Subject: ofproto-dpif: 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 Acked-by: Justin Pettit --- tests/ovs-ofctl.at | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/ovs-ofctl.at') diff --git a/tests/ovs-ofctl.at b/tests/ovs-ofctl.at index b090f5c29..72e845237 100644 --- a/tests/ovs-ofctl.at +++ b/tests/ovs-ofctl.at @@ -2950,8 +2950,8 @@ AT_CHECK([ovs-ofctl add-flow br0 "tcp,tcp_flags=+ack-ack,action="], [1], [], ]) AT_CHECK([ovs-appctl dpif/show | tail -n +4], [0], [dnl - p1 1/1: (dummy) - p2 2/2: (dummy) + p1 1/1: (dummy) + p2 2/2: (dummy) ]) dnl Outbound web traffic with bare-SYN -- cgit v1.2.1