提交 660cfb6b 编写于 作者: M malc

Fix formatting

Signed-off-by: Nmalc <av1474@comtv.ru>
上级 3737c054
......@@ -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;
......
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册