On 2/23/19 4:24 PM, Eric Blake wrote:
Split out an internal helper that produces format into a
virBuffer, similar to what domain_conf.c does, and making
the next patch easier to write.
Signed-off-by: Eric Blake <eblake(a)redhat.com>
---
src/conf/snapshot_conf.c | 103 ++++++++++++++++++++++-----------------
1 file changed, 59 insertions(+), 44 deletions(-)
If you feel compelled - you could add an extra blank line between
virDomainSnapshotDefFormat and virDomainSnapshotDefFormatInternal.
Reviewed-by: John Ferlan <jferlan(a)redhat.com>
John