Re: [libvirt] [PATCH 2/6] virsh: eliminate hardcoded indentation in xml generated for commands

2014-03-13 Thread Eric Blake
On 03/12/2014 10:04 PM, Laine Stump wrote: > These are never seen externally, only passed into libvirt APIs, so in > practice this makes no real difference, but it's good to be > consistent. > --- > tools/virsh-domain.c | 43 --- > tools/virsh-pool.c |

[libvirt] [PATCH 2/6] virsh: eliminate hardcoded indentation in xml generated for commands

2014-03-12 Thread Laine Stump
These are never seen externally, only passed into libvirt APIs, so in practice this makes no real difference, but it's good to be consistent. --- tools/virsh-domain.c | 43 --- tools/virsh-pool.c | 40 +--- tools/vir