[ovs-dev] [PATCH 03/13] table: Avoid trailing white space in tables.

Russell Bryant russell at ovn.org
Sat Oct 7 02:23:38 UTC 2017


On Fri, Oct 6, 2017 at 8:44 PM, Ben Pfaff <blp at ovn.org> wrote:
> Commands that use the table library, such as ovs-vsctl and  "ovsdb-client
> dump", print trailing white space in tabular output, to fill out the entire
> width of their tabular columns.  This is annoying whenever we use these
> commands in the test infrastructure, since we have to specially mark the
> trailing white space in Autotest with a "@&t@" marker at the end of the
> line.  This commit gets rid of the trailing white space and the annoying
> "@&t@" markers.
>
> Signed-off-by: Ben Pfaff <blp at ovn.org>
> ---
>  lib/table.c                |  3 ++
>  tests/ovsdb-replication.at | 12 ++++----
>  tests/ovsdb-server.at      | 38 ++++++++++++------------
>  tests/ovsdb-tool.at        | 72 +++++++++++++++++++++++-----------------------
>  4 files changed, 64 insertions(+), 61 deletions(-)

Acked-by: Russell Bryant <russell at ovn.org>


More information about the dev mailing list