]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: eliminate hardcoded indentation in capabilities xml
authorLaine Stump <laine@laine.org>
Thu, 6 Mar 2014 14:50:15 +0000 (16:50 +0200)
committerLaine Stump <laine@laine.org>
Fri, 14 Mar 2014 04:40:39 +0000 (22:40 -0600)
commit75f0b66c3a15eeb305ba6223b30665383dd2dea5
tree516a531a67966b3877d4246ac738375e3a532346
parentd3679928b1331874929f9fbe18d5ddb92851c993
conf: eliminate hardcoded indentation in capabilities xml

There were a lot of changes here, but all very mechanical. For some
reason, the virBufferPtr had been named "xml" instead of "buf" in this
file, so since the indentation changing touched almost every line
using the buffer, I took this chance to change its name for "buf" for
consistency with every other file.
src/conf/capabilities.c