[libvirt] [PATCH 0/2] vsh-table: Remove trailing spaces

Simon Kobyda posted 2 patches 5 years, 4 months ago
Test syntax-check passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20181127090733.30970-1-skobyda@redhat.com
tests/virshtest.c    | 10 ++++----
tests/vshtabletest.c | 58 ++++++++++++++++++++++----------------------
tools/vsh-table.c    |  6 +++--
3 files changed, 38 insertions(+), 36 deletions(-)
[libvirt] [PATCH 0/2] vsh-table: Remove trailing spaces
Posted by Simon Kobyda 5 years, 4 months ago
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(-)

-- 
2.17.1

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH 0/2] vsh-table: Remove trailing spaces
Posted by Michal Privoznik 5 years, 4 months ago
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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list