summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/disound.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/disound.h')
-rw-r--r--src/emu/disound.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/disound.h b/src/emu/disound.h
index c34d9024ad6..c4373bd066a 100644
--- a/src/emu/disound.h
+++ b/src/emu/disound.h
@@ -104,7 +104,7 @@ public:
{
public:
sound_route(int output, int input, float gain, const char *target);
-
+
const sound_route *next() const { return m_next; }
sound_route * m_next; // pointer to next route
@@ -161,7 +161,7 @@ protected:
virtual void interface_pre_start();
virtual void interface_post_start();
virtual void interface_pre_reset();
-
+
// internal state
const device_config_sound_interface &m_sound_config;