Re: [libvirt] [PATCH] virsh: Alter formatting a bit for output of domstats fields

2017-02-22 Thread Laine Stump
On 02/09/2017 05:02 PM, John Ferlan wrote: Alter the formatting of each line to not give the appearance of one long run-on sentance and to be consistent between the various elements of collected/displayed data. The formatting should fit within the 80 character display. This removes the need for c

Re: [libvirt] [PATCH] virsh: Alter formatting a bit for output of domstats fields

2017-02-21 Thread John Ferlan
On 02/09/2017 05:02 PM, John Ferlan wrote: > Alter the formatting of each line to not give the appearance of > one long run-on sentance and to be consistent between the various > elements of collected/displayed data. The formatting should fit > within the 80 character display. This removes the ne

[libvirt] [PATCH] virsh: Alter formatting a bit for output of domstats fields

2017-02-09 Thread John Ferlan
Alter the formatting of each line to not give the appearance of one long run-on sentance and to be consistent between the various elements of collected/displayed data. The formatting should fit within the 80 character display. This removes the need for commas at the end of each line. Signed-off-by