mac_world: Break long line

Coding style change only.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
Eduardo Habkost 2015-09-04 15:37:07 -03:00 committed by Andreas Färber
parent ed0b6de343
commit f309ae852c

View File

@ -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,
};