[libvirt] [PATCH 5/9] conf: eliminate hardcoded indentation in nwfilter xml

Eric Blake eblake at redhat.com
Thu Mar 6 19:01:14 UTC 2014


On 03/06/2014 08:24 AM, Laine Stump wrote:
> This file was using multiple virBuffers, inserting the contents of
> buf3 into buf2, then inserting the contents of buf2 into buf1, rather
> than the more conventional method of just passing around a single
> virBufferPtr and streaming everything into that single buffer. This
> was unnecessary, and also made it more difficult to make indentation
> relative, because when you insert a string into a buffer, the
> indentation of the buffer is only applied once at the beginning of the
> string, *not* each time a newline is encountered in the string.
> ---
>  src/conf/nwfilter_conf.c   | 94 ++++++++++++++--------------------------------
>  src/conf/nwfilter_params.c |  6 ++-
>  2 files changed, 32 insertions(+), 68 deletions(-)
> 

ACK.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 604 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20140306/0465dc5b/attachment-0001.sig>


More information about the libvir-list mailing list