qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v3 5/7] mac_world: Break long line


From: Eduardo Habkost
Subject: [Qemu-devel] [PATCH v3 5/7] mac_world: Break long line
Date: Fri, 4 Sep 2015 15:37:07 -0300

Coding style change only.

Signed-off-by: Eduardo Habkost <address@hidden>
---
 hw/ppc/mac_oldworld.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/hw/ppc/mac_oldworld.c b/hw/ppc/mac_oldworld.c
index 06fdbaf..b72d67d 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,
 };
 
-- 
2.1.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]