]> Git Repo - qemu.git/commitdiff
mac_world: Break long line
authorEduardo Habkost <[email protected]>
Fri, 4 Sep 2015 18:37:07 +0000 (15:37 -0300)
committerAndreas Färber <[email protected]>
Sat, 19 Sep 2015 14:40:09 +0000 (16:40 +0200)
Coding style change only.

Signed-off-by: Eduardo Habkost <[email protected]>
Signed-off-by: Andreas Färber <[email protected]>
hw/ppc/mac_oldworld.c

index 1e4b55a5cf4145920cf3b00318a23416475e725f..4c5fe4640cf1e64cc2938a764c892ac8a578a990 100644 (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,
 };
 
This page took 0.025986 seconds and 4 git commands to generate.