mirror of https://gitee.com/openkylin/libvirt.git
Adjust whitespace in virDomainDefHasUSB prototype
To match the rest of the file. Signed-off-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
33c6eb9689
commit
c8ab5aeb14
|
@ -2700,8 +2700,7 @@ int virDomainDefPostParse(virDomainDefPtr def,
|
|||
unsigned int parseFlags,
|
||||
virDomainXMLOptionPtr xmlopt,
|
||||
void *parseOpaque);
|
||||
bool
|
||||
virDomainDefHasUSB(const virDomainDef *def);
|
||||
bool virDomainDefHasUSB(const virDomainDef *def);
|
||||
|
||||
int virDomainDeviceValidateAliasForHotplug(virDomainObjPtr vm,
|
||||
virDomainDeviceDefPtr dev,
|
||||
|
|
Loading…
Reference in New Issue