summaryrefslogtreecommitdiffstats
path: root/hw/cs4231a.c
diff options
context:
space:
mode:
authormalc2009-08-28 12:33:10 +0200
committermalc2009-08-28 12:34:27 +0200
commit660cfb6b7caf5eff5ec38b41be3c497e9931927b (patch)
tree939c0412e37b5698face1d8013b84a26bc17050e /hw/cs4231a.c
parentMerge commit 'linux-user/linux-user-for-upstream' into staging (diff)
downloadqemu-660cfb6b7caf5eff5ec38b41be3c497e9931927b.tar.gz
qemu-660cfb6b7caf5eff5ec38b41be3c497e9931927b.tar.xz
qemu-660cfb6b7caf5eff5ec38b41be3c497e9931927b.zip
Fix formatting
Signed-off-by: malc <av1474@comtv.ru>
Diffstat (limited to 'hw/cs4231a.c')
-rw-r--r--hw/cs4231a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/cs4231a.c b/hw/cs4231a.c
index d482e04ac9..46c71eb083 100644
--- a/hw/cs4231a.c
+++ b/hw/cs4231a.c
@@ -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;