mirror of
https://github.com/systemd/systemd.git
synced 2024-11-05 23:51:28 +03:00
virt: drop trailing white spaces
This commit is contained in:
parent
735ea55f5c
commit
25454a0c34
@ -141,7 +141,7 @@ static int detect_vm_dmi(void) {
|
||||
int id;
|
||||
} dmi_vendor_table[] = {
|
||||
{ "KVM", VIRTUALIZATION_KVM },
|
||||
{ "QEMU", VIRTUALIZATION_QEMU },
|
||||
{ "QEMU", VIRTUALIZATION_QEMU },
|
||||
{ "VMware", VIRTUALIZATION_VMWARE }, /* https://kb.vmware.com/s/article/1009458 */
|
||||
{ "VMW", VIRTUALIZATION_VMWARE },
|
||||
{ "innotek GmbH", VIRTUALIZATION_ORACLE },
|
||||
|
Loading…
Reference in New Issue
Block a user