virt: remove triple spurious newline

This commit is contained in:
Lennart Poettering 2017-12-06 20:16:30 +01:00
parent 87dc723ae0
commit 0161d32b7b
1 changed files with 0 additions and 2 deletions

View File

@ -201,8 +201,6 @@ static int detect_vm_dmi(void) {
return r;
}
for (j = 0; j < ELEMENTSOF(dmi_vendor_table); j++)
if (startswith(s, dmi_vendor_table[j].vendor)) {
log_debug("Virtualization %s found in DMI (%s)", s, dmi_vendors[i]);