Fix formatting
authormalc <av1474@comtv.ru>
Fri, 28 Aug 2009 10:33:10 +0000 (14:33 +0400)
committermalc <av1474@comtv.ru>
Fri, 28 Aug 2009 10:34:27 +0000 (14:34 +0400)
Signed-off-by: malc <av1474@comtv.ru>
hw/cs4231a.c
hw/sb16.c

index d482e04ac981a7e09dee6965ecad9defc32b9844..46c71eb0838c60059295e10fc0110c979cfa5e4c 100644 (file)
@@ -642,7 +642,7 @@ int cs4231a_init (qemu_irq *pic)
 
     s = qemu_mallocz (sizeof (*s));
 
-    s->pic = isa_reserve_irq(conf.irq);
+    s->pic = isa_reserve_irq (conf.irq);
     s->dma = conf.dma;
     s->port = conf.port;
 
index 9f7680d40bd2c9e1c59293720f755bd9a5617012..bc17d6f067eccf9075f9de3091312f0aff612cab 100644 (file)
--- a/hw/sb16.c
+++ b/hw/sb16.c
@@ -1408,7 +1408,7 @@ int SB16_init (qemu_irq *pic)
     s = qemu_mallocz (sizeof (*s));
 
     s->cmd = -1;
-    s->pic = isa_reserve_irq(conf.irq);
+    s->pic = isa_reserve_irq (conf.irq);
     s->dma = conf.dma;
     s->hdma = conf.hdma;
     s->port = conf.port;