Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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,
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment