summaryrefslogtreecommitdiff
path: root/hw/adlib.c
diff options
context:
space:
mode:
authormalc <av1474@comtv.ru>2009-06-20 05:13:29 +0400
committermalc <av1474@comtv.ru>2009-06-20 05:13:29 +0400
commitd999f7e023c2c55f30667d368479037bd18d5a23 (patch)
tree459ed4161557c947671bdf368b46abe5bffbb450 /hw/adlib.c
parent03dfe9f871871921c03c3c65ff69c68759186994 (diff)
downloadqemu-d999f7e023c2c55f30667d368479037bd18d5a23.tar.gz
Restore consistent formatting of audio devices
Diffstat (limited to 'hw/adlib.c')
-rw-r--r--hw/adlib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/adlib.c b/hw/adlib.c
index ea46931bc6..e1e40771a6 100644
--- a/hw/adlib.c
+++ b/hw/adlib.c
@@ -115,7 +115,7 @@ static void adlib_kill_timers (AdlibState *s)
}
}
-static IO_WRITE_PROTO(adlib_write)
+static IO_WRITE_PROTO (adlib_write)
{
AdlibState *s = opaque;
int a = nport & 3;
@@ -133,7 +133,7 @@ static IO_WRITE_PROTO(adlib_write)
#endif
}
-static IO_READ_PROTO(adlib_read)
+static IO_READ_PROTO (adlib_read)
{
AdlibState *s = opaque;
uint8_t data;