summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/dac.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/dac.c')
-rw-r--r--src/emu/sound/dac.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/sound/dac.c b/src/emu/sound/dac.c
index 887676ac9c4..c0e62ac5185 100644
--- a/src/emu/sound/dac.c
+++ b/src/emu/sound/dac.c
@@ -55,9 +55,9 @@ const device_type DAC = &device_creator<dac_device>;
dac_device::dac_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, DAC, "DAC", "dac", tag, owner, clock),
- device_sound_interface(mconfig, *this),
- m_stream(NULL),
- m_output(0)
+ device_sound_interface(mconfig, *this),
+ m_stream(NULL),
+ m_output(0)
{
}