mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-04-01 20:05:19 +00:00
qemu: command: Fix up coding style of smbios commandine formatters
This commit is contained in:
parent
b7d2d4af2b
commit
8d67e2849e
@ -5610,7 +5610,8 @@ qemuBuildRNGCommandLine(virLogManagerPtr logManager,
|
||||
}
|
||||
|
||||
|
||||
static char *qemuBuildSmbiosBiosStr(virSysinfoBIOSDefPtr def)
|
||||
static char *
|
||||
qemuBuildSmbiosBiosStr(virSysinfoBIOSDefPtr def)
|
||||
{
|
||||
virBuffer buf = VIR_BUFFER_INITIALIZER;
|
||||
|
||||
@ -5642,8 +5643,10 @@ static char *qemuBuildSmbiosBiosStr(virSysinfoBIOSDefPtr def)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
static char *qemuBuildSmbiosSystemStr(virSysinfoSystemDefPtr def,
|
||||
bool skip_uuid)
|
||||
|
||||
static char *
|
||||
qemuBuildSmbiosSystemStr(virSysinfoSystemDefPtr def,
|
||||
bool skip_uuid)
|
||||
{
|
||||
virBuffer buf = VIR_BUFFER_INITIALIZER;
|
||||
|
||||
@ -5688,7 +5691,9 @@ static char *qemuBuildSmbiosSystemStr(virSysinfoSystemDefPtr def,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
static char *qemuBuildSmbiosBaseBoardStr(virSysinfoBaseBoardDefPtr def)
|
||||
|
||||
static char *
|
||||
qemuBuildSmbiosBaseBoardStr(virSysinfoBaseBoardDefPtr def)
|
||||
{
|
||||
virBuffer buf = VIR_BUFFER_INITIALIZER;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user