Commit f309ae85 authored by Eduardo Habkost's avatar Eduardo Habkost Committed by Andreas Färber
Browse files

mac_world: Break long line



Coding style change only.

Signed-off-by: default avatarEduardo Habkost <ehabkost@redhat.com>
Signed-off-by: default avatarAndreas Färber <afaerber@suse.de>
parent ed0b6de3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -365,7 +365,8 @@ static QEMUMachine heathrow_machine = {
#ifndef TARGET_PPC64
    .is_default = 1,
#endif
    .default_boot_order = "cd", /* TOFIX "cad" when Mac floppy is implemented */
    /* TOFIX "cad" when Mac floppy is implemented */
    .default_boot_order = "cd",
    .kvm_type = heathrow_kvm_type,
};