]> xenbits.xensource.com Git - libvirt.git/commit
conf: Clean up virDomainDiskSourceDefFormatInternal
authorPeter Krempa <pkrempa@redhat.com>
Thu, 7 Nov 2013 15:03:03 +0000 (16:03 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 2 Dec 2013 13:02:27 +0000 (14:02 +0100)
commit03ad83cb5a32d62a71075716139356a4fcc9972b
treeb19d63943ebb729188382746dd86d94af1c0b36f
parentd6b4c2cca9886720c7ada718acdde1254ae1e25a
conf: Clean up virDomainDiskSourceDefFormatInternal

Avoid if statements when used with virBufferEscapeString which
automaticaly omits the whole string. Also add some line breaks to
visualy separate the code.
src/conf/domain_conf.c