diff options
author | Ben Pfaff <blp@ovn.org> | 2018-05-25 17:11:07 -0700 |
---|---|---|
committer | Ben Pfaff <blp@ovn.org> | 2018-06-11 15:32:00 -0700 |
commit | 5a0e4aec1af5cf7741c490bce704577e51e536b9 (patch) | |
tree | 0115e5184d50e22d6f6e7c7bd87a2690bdcc6ca4 /tests/classifier.at | |
parent | 7be29a47576dce715f9c8b2b4f673fa623728ed0 (diff) | |
download | openvswitch-5a0e4aec1af5cf7741c490bce704577e51e536b9.tar.gz |
treewide: Convert leading tabs to spaces.
It's always been OVS coding style to use spaces rather than tabs for
indentation, but some tabs have snuck in over time. This commit converts
them to spaces.
Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Justin Pettit <jpettit@ovn.org>
Diffstat (limited to 'tests/classifier.at')
-rw-r--r-- | tests/classifier.at | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/classifier.at b/tests/classifier.at index 2362948e3..86f872db6 100644 --- a/tests/classifier.at +++ b/tests/classifier.at @@ -278,7 +278,7 @@ for src in 0 1 2 3; do [[12]][[123]]) out=1 ;; 32) out=2 ;; [[13]][[234]]) out=3 ;; - ?1) out=4 ;; + ?1) out=4 ;; 15) out=5 ;; *) out=6 esac |