bhyve: bhyveDomainDefNamespaceFormatXML cleanup

- Remove ATTRIBUTE_UNUSED for the "buf" argument, it's
   not unused
 - Indent fix

Signed-off-by: Roman Bogorodskiy <bogorodskiy@gmail.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
Roman Bogorodskiy 2019-01-31 16:05:17 +04:00
parent 62adfa6755
commit d04e064775

View File

@ -232,8 +232,8 @@ bhyveDomainDefNamespaceParse(xmlDocPtr xml ATTRIBUTE_UNUSED,
}
static int
bhyveDomainDefNamespaceFormatXML(virBufferPtr buf ATTRIBUTE_UNUSED,
void *nsdata)
bhyveDomainDefNamespaceFormatXML(virBufferPtr buf,
void *nsdata)
{
bhyveDomainCmdlineDefPtr cmd = nsdata;
size_t i;