On 11/27/18 10:07 AM, Simon Kobyda wrote:
Right now, each line in last column of our table leaves trailing
spaces.
Let's get rid of it.
Simon Kobyda (2):
vsh-table: Get rid of trailing spaces
tests: Remove trailing spaces in test cases
tests/virshtest.c | 10 ++++----
tests/vshtabletest.c | 58 ++++++++++++++++++++++----------------------
tools/vsh-table.c | 6 +++--
3 files changed, 38 insertions(+), 36 deletions(-)
The second patch should have been squashed into the first one. The
reason is that we require that after each commit 'make all syntax-check
check' passes.
Squashed them together, ACKed and pushed.
Michal