diff options
author | Eduardo Habkost <ehabkost@redhat.com> | 2015-09-04 15:37:07 -0300 |
---|---|---|
committer | Andreas Färber <afaerber@suse.de> | 2015-09-19 16:40:09 +0200 |
commit | f309ae852c67833c3cac11747474fbb013529382 (patch) | |
tree | 73a29ac38ddb5767de64b85922e33f4ea90a2b5c | |
parent | ed0b6de343448d1014b53bcf541041373322fa1c (diff) |
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>
-rw-r--r-- | hw/ppc/mac_oldworld.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/ppc/mac_oldworld.c b/hw/ppc/mac_oldworld.c index 1e4b55a5cf..4c5fe4640c 100644 --- a/hw/ppc/mac_oldworld.c +++ b/hw/ppc/mac_oldworld.c @@ -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, }; |