chiark / gitweb /
virt: remove triple spurious newline
authorLennart Poettering <lennart@poettering.net>
Wed, 6 Dec 2017 19:16:30 +0000 (20:16 +0100)
committerSven Eden <yamakuzure@gmx.net>
Wed, 6 Dec 2017 19:16:30 +0000 (20:16 +0100)
src/basic/virt.c

index 96ee4a7cbde9cc3cc8773193a4dedd85a15a901f..1fd73f74f6276fc09b3ded4b2b140f757cbfca56 100644 (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]);