Skip to content

Commit

Permalink
mac_world: Break long line
Browse files Browse the repository at this point in the history
Coding style change only.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
  • Loading branch information
ehabkost authored and afaerber committed Sep 19, 2015
1 parent ed0b6de commit f309ae8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hw/ppc/mac_oldworld.c
Expand Up @@ -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,
};

Expand Down

0 comments on commit f309ae8

Please sign in to comment.