summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound.c')
-rw-r--r--src/emu/sound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound.c b/src/emu/sound.c
index 213fb38dee6..9d60b2cc997 100644
--- a/src/emu/sound.c
+++ b/src/emu/sound.c
@@ -788,7 +788,7 @@ static void mixer_update(void *param, stream_sample_t **inputs, stream_sample_t
static void *speaker_output_start(running_machine *machine, const char *tag, const void *static_config, const void *inline_config)
{
speaker_info *info;
-
+
/* allocate memory for the speaker information */
info = auto_malloc(sizeof(*info));
memset(info, 0, sizeof(*info));