summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/nile.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/nile.c')
-rw-r--r--src/emu/sound/nile.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/emu/sound/nile.c b/src/emu/sound/nile.c
index a155619e005..05760bc9c58 100644
--- a/src/emu/sound/nile.c
+++ b/src/emu/sound/nile.c
@@ -52,10 +52,10 @@ const device_type NILE = &device_creator<nile_device>;
nile_device::nile_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, NILE, "NiLe", tag, owner, clock),
- device_sound_interface(mconfig, *this),
- m_stream(NULL),
- m_sound_ram(NULL),
- m_ctrl(0)
+ device_sound_interface(mconfig, *this),
+ m_stream(NULL),
+ m_sound_ram(NULL),
+ m_ctrl(0)
{
}