mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 11:22:23 +00:00
conf: whitespace tweak
Fix missing whitespace when parsing 'managed' attribute. Signed-off-by: Chen Fan <chen.fan.fnst@cn.fujitsu.com> Signed-off-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
01e508f33c
commit
ca3d9afeb1
@ -4261,7 +4261,7 @@ virDomainHostdevDefParseXMLSubsys(xmlNodePtr node,
|
||||
* element that might be (pure hostdev, or higher level device
|
||||
* (e.g. <interface>) with type='hostdev')
|
||||
*/
|
||||
if ((managed = virXMLPropString(node, "managed"))!= NULL) {
|
||||
if ((managed = virXMLPropString(node, "managed")) != NULL) {
|
||||
if (STREQ(managed, "yes"))
|
||||
def->managed = true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user